Skip to content

Commit a37b032

Browse files
committed
Display errors during in phpunit tests
1 parent e2f728a commit a37b032

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
<directory>tests/unit</directory>
99
</testsuite>
1010
</testsuites>
11-
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>
1216
<filter>
1317
<whitelist>
1418
<directory suffix=".php">./src</directory>
@@ -19,5 +23,4 @@
1923
</exclude>
2024
</whitelist>
2125
</filter>
22-
2326
</phpunit>

0 commit comments

Comments
 (0)