diff --git a/composer.json b/composer.json index f0ea87d..eeb3e59 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,9 @@ "role": "Maintainer" } ], + "replace": { + "islandora/jsonld": "self.version" + }, "require" : { "drupal/core": "^10", "drupal/hal": "^1||^2", diff --git a/tests/src/Functional/JsonldContextGeneratorTest.php b/tests/src/Functional/JsonldContextGeneratorTest.php index c14df32..d3f5cae 100644 --- a/tests/src/Functional/JsonldContextGeneratorTest.php +++ b/tests/src/Functional/JsonldContextGeneratorTest.php @@ -121,7 +121,6 @@ public function testJsonldcontextResponseIsValid() { $this->drupalGet($url); $this->assertSession()->statusCodeEquals(200); $jsonldarray = json_decode($this->getSession()->getPage()->getContent(), TRUE); - dump($jsonldarray); $this->assertEquals($expected, $jsonldarray, "Returned @context matches expected response."); }