Page MenuHomec4science

DrydockBlueprintImplementationTestCase.php
No OneTemporary

File Metadata

Created
Wed, Jul 10, 13:22

DrydockBlueprintImplementationTestCase.php

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

Event Timeline