Skip to content

Commit

Permalink
Added env variable to PhpUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
shudd3r committed Jul 3, 2023
1 parent d9c806c commit fbea6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
>
<php>
<ini name="error_reporting" value="-1" />
<env name="DEV_TESTS_DIRECTORY" value=".dev/tests" force="true" />
</php>
<testsuites>
<testsuite name="Polymorphine/Dev tests">
Expand Down
1 change: 1 addition & 0 deletions template/phpunit.xml.dist.sk_file
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
>
<php>
<ini name="error_reporting" value="-1" />
<env name="DEV_TESTS_DIRECTORY" value=".dev/tests" force="true" />
</php>
<testsuites>
<testsuite name="{package.name} tests">
Expand Down

0 comments on commit fbea6d0

Please sign in to comment.