Skip to content

Commit

Permalink
Migrate PHPUnit configuration (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Aug 19, 2020
1 parent ba95d18 commit ce4186c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions phpunit.xml.dist
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php"
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
Expand All @@ -14,9 +16,9 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit ce4186c

Please sign in to comment.