Skip to content

Commit

Permalink
Avoid usage of the constant E_STRICT (#139)
Browse files Browse the repository at this point in the history
It is deprecated in PHP 8.4
  • Loading branch information
W0rma authored Jan 19, 2025
1 parent 57611e1 commit 71a10cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit.suite.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Codeception Test Suite Configuration

# suite for unit (internal) tests.
error_level: "E_ALL | E_STRICT"
error_level: "E_ALL"
class_name: UnitTester

0 comments on commit 71a10cd

Please sign in to comment.