Remove tabs

This commit is contained in:
Rob McVey 2015-03-14 13:16:05 +00:00
parent d3c24be84b
commit 56c6f02efc

View file

@ -334,7 +334,7 @@ class JsonViewTest extends CakeTestCase {
// non utf-8 stuff
$data = array('data' => array('foo' => 'bar' . chr('0x97')));
// Use a custom error handler
$phpUnitErrorHandler = set_error_handler(array($this, 'jsonEncodeErrorHandler'));