Page MenuHomec4science

DrydockBlueprintImplementationTestCase.php
No OneTemporary

File Metadata

Created
Thu, Nov 14, 02:45

DrydockBlueprintImplementationTestCase.php

<?php
final class DrydockBlueprintImplementationTestCase extends PhabricatorTestCase {
public function testGetAllBlueprintImplementations() {
DrydockBlueprintImplementation::getAllBlueprintImplementations();
$this->assertTrue(true);
}
}

Event Timeline