Example #1
0
 /**
  * @todo Implement testGetNamespace().
  */
 public function testGetNamespace()
 {
     $should = 'http://example.org/';
     $is = $this->_object->getNamespace();
     $this->assertEquals($should, $is);
 }