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