Skip to content

Commit

Permalink
update phpunit file with report config
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseMcMahon committed Feb 4, 2025
1 parent f46c980 commit 789e924
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
>
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Unit">
<directory>tests/Unit</directory>
Expand All @@ -12,7 +10,6 @@
<directory>tests/Feature</directory>
</testsuite>
</testsuites>

<source>
<include>
<directory suffix=".php">./app</directory>
Expand All @@ -26,7 +23,8 @@
<directory>./app/Interfaces</directory>
</exclude>
</source>

<coverage pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="false">
</coverage>
<php>
<env name="APP_ENV" value="testing" force="true"/>
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
Expand Down

0 comments on commit 789e924

Please sign in to comment.