We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f728a commit a37b032Copy full SHA for a37b032
1 file changed
phpunit.xml.dist
@@ -8,7 +8,11 @@
8
<directory>tests/unit</directory>
9
</testsuite>
10
</testsuites>
11
-
+ <php>
12
+ <ini name="error_reporting" value=""/>
13
+ <ini name="display_errors" value="On"/>
14
+ <ini name="display_startup_errors" value="On"/>
15
+ </php>
16
<filter>
17
<whitelist>
18
<directory suffix=".php">./src</directory>
@@ -19,5 +23,4 @@
19
23
</exclude>
20
24
</whitelist>
21
25
</filter>
22
26
</phpunit>
0 commit comments