1 | <?php |
||
15 | class SilverStripeLoaderTest extends \PHPUnit_Framework_TestCase |
||
16 | { |
||
17 | /** |
||
18 | * Test that the Command Factory is returned, and that it is correctly Application aware |
||
19 | * |
||
20 | * @covers ::getCommandFactory |
||
21 | * @covers \SilverLeague\Console\Framework\ConsoleBase |
||
22 | */ |
||
23 | public function testGetCommandFactory() |
||
34 | |||
35 | /** |
||
36 | * Test that SilverStripe BuildTasks can be retrieved as bootstrapped Commands |
||
37 | * |
||
38 | * @covers ::getTasks |
||
39 | * @covers ::getCommandFactory |
||
40 | */ |
||
41 | public function testGetTasksAsCommands() |
||
53 | } |
||
54 |