equal
deleted
inserted
replaced
93 * |
93 * |
94 * @return void |
94 * @return void |
95 */ |
95 */ |
96 public function testUri() { |
96 public function testUri() { |
97 |
97 |
98 echo $this->resGraphes['BASE']->serialise('turtle'); |
98 //echo $this->resGraphes['BASE']->serialise('turtle'); |
99 //echo var_export($this->resGraphes['BASE']->toRdfPhp()); |
99 //echo var_export($this->resGraphes['BASE']->toRdfPhp()); |
100 |
100 |
101 $this->assertNotNull($this->resGraphes['BASE']); |
101 $this->assertNotNull($this->resGraphes['BASE']); |
102 $this->assertEquals(CocoonCollectionRdfMapperTest::TEST_GRAPH_URI, $this->resGraphes['BASE']->getUri(), "URIS must be translated"); |
102 $this->assertEquals(CocoonCollectionRdfMapperTest::TEST_GRAPH_URI, $this->resGraphes['BASE']->getUri(), "URIS must be translated"); |
103 } |
103 } |