Page MenuHomec4science

DrydockBlueprintImplementationTestCase.php
No OneTemporary

File Metadata

Created
Wed, Feb 19, 14:58

DrydockBlueprintImplementationTestCase.php

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

Event Timeline