We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ae7663 + edf98bd commit fc4df12Copy full SHA for fc4df12
readme.md
@@ -9,7 +9,7 @@ A Codeception module for testing web application over HTTP.
9
10
## Requirements
11
12
-* `PHP 8.0` or higher.
+* `PHP 8.1` or higher.
13
14
## Installation
15
tests/unit.suite.yml
@@ -1,5 +1,5 @@
1
# Codeception Test Suite Configuration
2
3
# suite for unit (internal) tests.
4
-error_level: "E_ALL | E_STRICT"
+error_level: "E_ALL"
5
class_name: UnitTester
0 commit comments