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