Skip to content

Commit

Permalink
Bump phpunit to 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Dec 17, 2021
1 parent 5137e86 commit a908687
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"pagerfanta/doctrine-mongodb-odm-adapter": "^2.4 || ^3.0",
"pagerfanta/doctrine-orm-adapter": "^2.4 || ^3.0",
"pagerfanta/doctrine-phpcr-odm-adapter": "^2.4 || ^3.0",
"phpunit/phpunit": "^8.5 || ^9.3",
"phpunit/phpunit": "^9.5",
"symfony/expression-language": "^4.4 || ^5.3",
"symfony/messenger": "^4.4 || ^5.3",
"symfony/serializer": "^4.4 || ^5.3",
Expand Down
16 changes: 8 additions & 8 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
colors = "true"
beStrictAboutOutputDuringTests = "true"
beStrictAboutTestsThatDoNotTestAnything = "false"
Expand All @@ -21,12 +21,12 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<coverage>
<include>
<directory>./src</directory>
<exclude>
<directory>./src/Resources</directory>
</exclude>
</whitelist>
</filter>
</include>
<exclude>
<directory>./src/Resources</directory>
</exclude>
</coverage>
</phpunit>

0 comments on commit a908687

Please sign in to comment.