1<?php 2 3final class HeraldFieldTestCase extends PhutilTestCase { 4 5 public function testGetAllFields() { 6 HeraldField::getAllFields(); 7 $this->assertTrue(true); 8 } 9 10} 11 12