Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabeyazoglu committed Jan 30, 2024
1 parent ec30b83 commit 705c748
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
</testsuite>
</testsuites>

<source>
<include>
<directory>src</directory>
</include>
</source>

<php>
<ini name="error_reporting" value="E_ALL" />
<ini name="display_errors" value="1" />
Expand Down

0 comments on commit 705c748

Please sign in to comment.