| 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 |