This commit is contained in:
Uwe Tews
2015-07-30 01:50:45 +02:00
parent 5f0c8fd58a
commit a6f6f6fd6d

View File

@@ -16,6 +16,8 @@ class CompileSectionTest extends PHPUnit_Smarty
public function setUp()
{
$this->setUpSmarty(__DIR__);
error_reporting(E_ALL | E_STRICT);
$this->smarty->setErrorReporting(error_reporting() & ~(E_NOTICE | E_USER_NOTICE));
}