示例#1
0
文件: HalTest.php 项目: BWorld/hal-1
 public function testLinksWithAttributesUnserialiseCorrectlyXml()
 {
     $x = new Hal('/');
     $x->addCurie('x:test', 'http://test');
     $this->assertEquals($x->asXml(), Hal::fromXml($x->asXml())->asXml());
 }