Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcvey committed Mar 14, 2015
1 parent d3c24be commit 56c6f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/JsonViewTest.php
Expand Up @@ -334,7 +334,7 @@ public function testRenderInvalidJSON() {

// non utf-8 stuff
$data = array('data' => array('foo' => 'bar' . chr('0x97')));

// Use a custom error handler
$phpUnitErrorHandler = set_error_handler(array($this, 'jsonEncodeErrorHandler'));

Expand Down

0 comments on commit 56c6f02

Please sign in to comment.