Page MenuHomec4science

DrydockBlueprintImplementationTestCase.php
No OneTemporary

File Metadata

Created
Sun, May 11, 00:45

DrydockBlueprintImplementationTestCase.php

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

Event Timeline