| 1 | <?php |
||
| 13 | class ServiceContainerTest extends ZorkTest |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Tests Itafroma\Zork\ServiceContainer::getInstance(). |
||
| 17 | * |
||
| 18 | * @covers Itafroma\Zork\ServiceContainer::getContainer |
||
| 19 | */ |
||
| 20 | public function testGetContainer() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Tests Itafroma\Zork\ServiceContainer::getInstance() with reset. |
||
| 29 | * |
||
| 30 | * @covers Itafroma\Zork\ServiceContainer::getContainer |
||
| 31 | */ |
||
| 32 | public function testGetContainerReset() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Tests Itafroma\Zork\ServiceContainer::create(). |
||
| 41 | * |
||
| 42 | * @covers Itafroma\Zork\ServiceContainer::create |
||
| 43 | */ |
||
| 44 | public function testCreate() |
||
| 48 | } |
||
| 49 |