1 | <?php |
||
12 | class FactoryTest extends \PHPUnit\Framework\TestCase |
||
13 | { |
||
14 | public function testCreateController() |
||
24 | |||
25 | |||
26 | public function testCreateControllerInvalidImplementation() |
||
31 | |||
32 | |||
33 | public function testCreateControllerInvalidName() |
||
38 | |||
39 | |||
40 | public function testCreateControllerNotExisting() |
||
45 | } |
||
46 |