1 | <?php |
||
7 | class ApplicationTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** @var Application */ |
||
10 | private $sut; |
||
11 | |||
12 | protected function setUp() |
||
18 | |||
19 | public function testHierarchy() |
||
23 | |||
24 | public function testFactoryInstance() |
||
30 | |||
31 | public function testFactoryInstanceHasRandomComplimentCommand() |
||
39 | } |
||
40 |