We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897a572 commit 2950792Copy full SHA for 2950792
1 file changed
tests/system/Test/FeatureResponseTest.php
@@ -251,7 +251,7 @@ public function testInvalidJSON()
251
$this->response->setBody($tmp);
252
253
// this should be FALSE - invalid JSON - will see if this is working that way ;-)
254
- $this->assertFalse(json_encode(' test " case ') == $this->feature->getJSON());
+ $this->assertFalse($this->response->getBody() == $this->feature->getJSON());
255
}
256
257
public function testGetXML()
0 commit comments