예제 #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());
 }