From 67219ee1a7f27fdaf5bd4c2a24bca24e646ddcc2 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 29 May 2024 15:46:16 -0300 Subject: [PATCH] Remove debug line. --- tests/src/Functional/JsonldContextGeneratorTest.php | 1 - 1 file changed, 1 deletion(-) 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."); }