We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb0f0c commit f200191Copy full SHA for f200191
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Setup PHP
22
uses: shivammathur/setup-php@v2
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