We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbe5fd commit f2dbe32Copy full SHA for f2dbe32
src/Functional/BaseTestCase.php
@@ -195,6 +195,6 @@ protected function assertResponseSuccess(Response $response)
195
$exception = $result->item(0)->nodeValue;
196
}
197
198
- $this->assertEquals(200, $response->getStatusCode(), $exception ? 'Exception: "'.$exception.'"' : null);
+ $this->assertEquals(200, $response->getStatusCode(), $exception ? 'Exception: "'.$exception.'"' : '');
199
200
0 commit comments