Skip to content

Commit

Permalink
Also display raw response when this test fails as it contains the err…
Browse files Browse the repository at this point in the history
…or message
  • Loading branch information
mattab committed Jan 12, 2014
1 parent 14dbfac commit a5bc804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/Core/JsProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function testPiwikPhp()

$this->assertEquals(
"R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",
base64_encode($fullResponse),
base64_encode($fullResponse) . "\n\n\n\nRaw content: \n\n\n" . $fullResponse,
'checking for image content'
);
}
Expand Down

0 comments on commit a5bc804

Please sign in to comment.