Ejemplo n.º 1
0
 public function testGetRegisteredNamespaces()
 {
     $this->object->registerNamespace('test');
     $this->assertArrayHasKey('test', $this->object->getRegisteredNamespaces());
 }