diff --git a/tests/bundle/Command/GatewayTest.php b/tests/bundle/Command/GatewayTest.php index 1b7c4833..bdfcfcbc 100644 --- a/tests/bundle/Command/GatewayTest.php +++ b/tests/bundle/Command/GatewayTest.php @@ -261,6 +261,7 @@ public function getFieldRowsProvider() */ public function testGetFieldRows($datatypeString, $contentId, $offset, $limit, $expectedRows) { + var_dump("kake"); $this->insertDatabaseFixture(__DIR__ . '/_fixtures/contentobject_attribute.php'); $gatewayService = $this->getGatewayService();