diff --git a/tests/PHPUnit_Smarty.php b/tests/PHPUnit_Smarty.php index 18b4112fb..029c8f901 100644 --- a/tests/PHPUnit_Smarty.php +++ b/tests/PHPUnit_Smarty.php @@ -64,7 +64,7 @@ class PHPUnit_Smarty extends PHPUnit\Framework\TestCase */ public static function setUpBeforeClass(): void { - error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_USER_DEPRECATED); + error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED); self::$init = true; self::$pluginsdir =self::getSmartyPluginsDir(); }