Skip to content

Commit 22c4542

Browse files
committed
ci: fix ci test run fail
1 parent 97ae2d7 commit 22c4542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/boot.php renamed to test/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpunit --bootstrap test/boot.php test
44
*/
55

6-
error_reporting(E_ALL | E_STRICT);
6+
error_reporting(E_ALL);
77
date_default_timezone_set('Asia/Shanghai');
88

99
$inhereDir = dirname(__DIR__, 2);

0 commit comments

Comments
 (0)