equal
deleted
inserted
replaced
153 * |
153 * |
154 * @return void |
154 * @return void |
155 */ |
155 */ |
156 public function testUri() { |
156 public function testUri() { |
157 |
157 |
158 echo $this->resGraphes['BASE']->serialise('turtle'); |
158 //echo $this->resGraphes['BASE']->serialise('turtle'); |
159 //echo var_export($this->resGraphes['BASE']->toRdfPhp()); |
159 //echo var_export($this->resGraphes['BASE']->toRdfPhp()); |
160 |
160 |
161 $this->assertNotNull($this->resGraphes['BASE']); |
161 $this->assertNotNull($this->resGraphes['BASE']); |
162 $this->assertEquals(CocoonSoundRdfMapperTest::TEST_GRAPH_URI, $this->resGraphes['BASE']->getUri(), "URIS must be translated"); |
162 $this->assertEquals(CocoonSoundRdfMapperTest::TEST_GRAPH_URI, $this->resGraphes['BASE']->getUri(), "URIS must be translated"); |
163 } |
163 } |