Skip to content

Commit fbe3777

Browse files
committed
Set error reporting in PHPUnit config
1 parent 444a65d commit fbe3777

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<phpunit colors="true" forceCoversAnnotation="true">
2+
<php>
3+
<ini name="error_reporting" value="E_ALL"/>
4+
<ini name="display_errors" value="On"/>
5+
</php>
26
<testsuites>
37
<testsuite name="TraderInteractive Library Test Suite">
48
<directory suffix="Test.php">tests</directory>

0 commit comments

Comments
 (0)