Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / nuance / source / __tests__ / NuanceSourceDefinitionTestCase.php
blob39b0358f4cc343988f481cdbba70e755c023c11f
1 <?php
3 final class NuanceSourceDefinitionTestCase extends PhabricatorTestCase {
5 public function testGetAllTypes() {
6 NuanceSourceDefinition::getAllDefinitions();
7 $this->assertTrue(true);