From 1e67337d8eb7640d0f1e007f94a2274f97c74459 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 23 Sep 2016 15:44:17 -0500 Subject: [PATCH] Restore error settings. --- tests/bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 19b90eceb5..df8cf37c67 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -45,8 +45,8 @@ if (getenv('SNMPSIM')) { require $install_dir . '/tests/mocks/mock.snmp.inc.php'; } -//ini_set('display_errors', 1); -//error_reporting(E_ALL & ~E_WARNING); +ini_set('display_errors', 1); +error_reporting(E_ALL & ~E_WARNING); //error_reporting(E_ALL); //$debug=true; //$vdebug=true;