Page MenuHomec4science

HeraldFieldTestCase.php
No OneTemporary

File Metadata

Created
Sat, Nov 2, 04:19

HeraldFieldTestCase.php

<?php
final class HeraldFieldTestCase extends PhutilTestCase {
public function testGetAllFields() {
HeraldField::getAllFields();
$this->assertTrue(true);
}
}

Event Timeline