Skip to content

Commit 58214ec

Browse files
authored
Constant E_STRICT is deprecated (#50)
1 parent 5de29f6 commit 58214ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/ErrorHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ final class ErrorHandler
2626
\E_NOTICE => 'E_NOTICE',
2727
\E_PARSE => 'E_PARSE',
2828
\E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR',
29-
\E_STRICT => 'E_STRICT',
3029
\E_USER_DEPRECATED => 'E_USER_DEPRECATED',
3130
\E_USER_ERROR => 'E_USER_ERROR',
3231
\E_USER_NOTICE => 'E_USER_NOTICE',

phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
colors="true"
66
cacheDirectory=".phpunit.cache"
7+
displayDetailsOnPhpunitDeprecations="true"
8+
displayDetailsOnTestsThatTriggerDeprecations="true"
79
>
810
<coverage>
911
<report>

0 commit comments

Comments
 (0)