Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / herald / field / __tests__ / HeraldFieldTestCase.php
blob859bbcada604a3ee0dfb9074ba89de7110170149
1 <?php
3 final class HeraldFieldTestCase extends PhutilTestCase {
5 public function testGetAllFields() {
6 HeraldField::getAllFields();
7 $this->assertTrue(true);