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'));