Skip to content

Commit

Permalink
fix test env
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 15, 2024
1 parent bef72ac commit df84d6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@
bootstrap="vendor/autoload.php"
colors="true"
>
<php>
<env name="BUNDLE_MINIFY" value="true" />
<env name="BUNDLE_CACHING" value="false" />
<env name="BUNDLE_SOURCEMAPS" value="false" />
</php>

<testsuites>
<testsuite name="Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>

<source>
<include>
<directory suffix=".php">./app</directory>
Expand Down

0 comments on commit df84d6b

Please sign in to comment.