From 0877a3eda419198cac9924c8bb1d27c272319c91 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 4 Sep 2013 19:56:06 +0000 Subject: [PATCH] Remove `error_reporting()` debug cruff. git-svn-id: https://develop.svn.wordpress.org/trunk@25242 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/basic.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/tests/basic.php b/tests/phpunit/tests/basic.php index 4d14ce7fe3..056af06acc 100644 --- a/tests/phpunit/tests/basic.php +++ b/tests/phpunit/tests/basic.php @@ -93,8 +93,6 @@ EOF; $page = 1; $field = 'settings'; - error_reporting( -1 ); - $empty_array[$page][$field] = 'foo'; unset( $empty_array[$page]['bar']['baz'] );