コード例 #1
0
ファイル: ContainerTest.php プロジェクト: dantudor/mockfs
 public function testGetTypeReturnsNull()
 {
     $container = new TestContainer();
     $this->assertNull($container->getType());
 }