Page MenuHomec4science

HeraldFieldTestCase.php
No OneTemporary

File Metadata

Created
Wed, Dec 11, 18:50

HeraldFieldTestCase.php

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

Event Timeline