Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / drydock / blueprint / __tests__ / DrydockBlueprintImplementationTestCase.php
blobb3f4a78a27ac5cb66d5541a7e28ab7aef3043756
1 <?php
3 final class DrydockBlueprintImplementationTestCase extends PhabricatorTestCase {
5 public function testGetAllBlueprintImplementations() {
6 DrydockBlueprintImplementation::getAllBlueprintImplementations();
7 $this->assertTrue(true);