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