We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ae2d7 commit 22c4542Copy full SHA for 22c4542
1 file changed
test/boot.php test/bootstrap.phptest/boot.php renamed to test/bootstrap.php
@@ -3,7 +3,7 @@
3
* phpunit --bootstrap test/boot.php test
4
*/
5
6
-error_reporting(E_ALL | E_STRICT);
+error_reporting(E_ALL);
7
date_default_timezone_set('Asia/Shanghai');
8
9
$inhereDir = dirname(__DIR__, 2);
0 commit comments