Skip to content

Commit 6a28395

Browse files
committed
PHP 8.4: Do not use the deprecated constant E_STRICT
1 parent 076698d commit 6a28395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit.suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Codeception Test Suite Configuration
22

33
# suite for unit (internal) tests.
4-
error_level: "E_ALL | E_STRICT"
4+
error_level: "E_ALL"
55
class_name: UnitTester

0 commit comments

Comments
 (0)