diff -r 4ce76c9e7729 -r 72f51a9386ff server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php --- a/server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php Thu Jan 14 18:35:23 2016 +0100 +++ b/server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php Thu Dec 10 18:57:58 2015 +0100 @@ -138,7 +138,7 @@ $this->assertInstanceOf(Document::class, $resDoc, "Res doc must be a Document"); $this->assertEquals('crdo-ALA_738', $resDoc->getId(), "id must be crdo..."); $this->assertEquals($expectedId, $resDoc->getUri(), 'url must be ...'); - $this->assertNull($resDoc->getGraph(), 'Graph must be null'); + $this->assertNotNull($resDoc->getGraph(), 'Graph must not be null'); }