Skip to content

Commit

Permalink
Removing deprecated E_STRICT constant from test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Visualq committed Oct 9, 2024
1 parent e9be58a commit e0b15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit_Smarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit e0b15a1

Please sign in to comment.