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.
E_STRICT
1 parent 5de29f6 commit 58214ecCopy full SHA for 58214ec
lib/ErrorHandler.php
@@ -26,7 +26,6 @@ final class ErrorHandler
26
\E_NOTICE => 'E_NOTICE',
27
\E_PARSE => 'E_PARSE',
28
\E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR',
29
- \E_STRICT => 'E_STRICT',
30
\E_USER_DEPRECATED => 'E_USER_DEPRECATED',
31
\E_USER_ERROR => 'E_USER_ERROR',
32
\E_USER_NOTICE => 'E_USER_NOTICE',
phpunit.xml
@@ -4,6 +4,8 @@
4
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5
colors="true"
6
cacheDirectory=".phpunit.cache"
7
+ displayDetailsOnPhpunitDeprecations="true"
8
+ displayDetailsOnTestsThatTriggerDeprecations="true"
9
>
10
<coverage>
11
<report>
0 commit comments