Skip to content

Commit 1f49985

Browse files
committed
Remove var dumps
1 parent e2a63c1 commit 1f49985

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/e2e/General/HTTPTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ public function testSpecs()
163163

164164
$response['body'] = json_decode($response['body'], true);
165165
$this->assertEquals(200, $response['headers']['status-code']);
166-
167-
if (!empty($response['body']['schemaValidationMessages'])) {
168-
\var_dump($file);
169-
\var_dump($response['body']);
170-
}
171-
172166
$this->assertEmpty($response['body']['schemaValidationMessages']);
173167
}
174168
}

0 commit comments

Comments
 (0)