Example #1
0
 public function testCanAddNamespace()
 {
     $obj = new Document();
     $obj->addNamespace('go', 'http://go.example.com');
     $this->assertEquals('http://go.example.com', $obj->{'@namespaces'}->go->name);
 }