server/src/tests/libraries/Mappers/CocoonCollectionRdfMapperTest.php
changeset 114 8af5ed0521a2
parent 18 f2a40bbc27f6
child 144 03678acbfda3
equal deleted inserted replaced
113:faff38055a07 114:8af5ed0521a2
    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      }