コード例 #1
0
ファイル: AutoloadTest.php プロジェクト: haswalt/Autoload
 public function testGetRegisteredNamespaces()
 {
     $this->object->registerNamespace('test');
     $this->assertArrayHasKey('test', $this->object->getRegisteredNamespaces());
 }