From 56c6f02efc34e59dcf3625ce1c57eedf920b7c4b Mon Sep 17 00:00:00 2001 From: Rob McVey Date: Sat, 14 Mar 2015 13:16:05 +0000 Subject: [PATCH] Remove tabs --- lib/Cake/Test/Case/View/JsonViewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/View/JsonViewTest.php b/lib/Cake/Test/Case/View/JsonViewTest.php index 3a772b853..fb7955c1a 100644 --- a/lib/Cake/Test/Case/View/JsonViewTest.php +++ b/lib/Cake/Test/Case/View/JsonViewTest.php @@ -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'));