add E_STRICT to tests

This commit is contained in:
Sergey Tsalkov
2011-12-24 13:07:44 -08:00
parent 7825f90080
commit 34c0f5e0a7

View File

@@ -17,7 +17,7 @@ class SimpleTest {
if (phpversion() >= '5.3') $is_php_53 = true;
else $is_php_53 = false;
error_reporting(E_ALL);
error_reporting(E_ALL | E_STRICT);
require_once '../db.class.php';
DB::$user = 'meekrodb_test_us';