| 1 | <?php |
||
| 13 | final class ContainerFactoryTest extends TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var string |
||
| 17 | */ |
||
| 18 | private $tempFilename; |
||
| 19 | |||
| 20 | public function setUp() : void |
||
| 24 | |||
| 25 | public function tearDown() : void |
||
| 31 | |||
| 32 | public function testFactoryThrowsExceptionWhenFileDoesNotReturnContainer() : void |
||
| 43 | |||
| 44 | public function testFactoryReturnsContainerIfIncluded() : void |
||
| 57 | } |
||
| 58 |