Skip to content

Commit 92ac40e

Browse files
Fixed error reporting
1 parent c64b610 commit 92ac40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behat_ibexa_oss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ imports:
88

99
default:
1010
calls:
11-
error_reporting: -1 # Report all PHP errors
11+
error_reporting: 22527 # E_ALL & ~E_DEPRECATED & ~E_STRICT
1212
gherkin:
1313
cache: false
1414
formatters:

0 commit comments

Comments
 (0)