Skip to content

Commit

Permalink
Update for PHPUnit 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 28, 2020
1 parent e7f7265 commit 66d4ab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.php_cs.cache
.phpunit.result.cache
.idea
build
composer.lock
Expand Down
10 changes: 5 additions & 5 deletions phpunit.xml.dist
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
Expand All @@ -17,9 +17,9 @@
<directory>test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit 66d4ab1

Please sign in to comment.