Skip to content

Commit

Permalink
chore: upgrades phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1ius committed Feb 22, 2024
1 parent 9926f83 commit 7a52338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^10.0" installed="10.0.7" location="./tools/phpunit.phar" copy="false"/>
<phar name="phpbench" version="^1.2.8" installed="1.2.8" location="./tools/phpbench.phar" copy="false"/>
<phar name="phpunit" version="^10.0" installed="10.5.10" location="./tools/phpunit.phar" copy="false"/>
<phar name="phpbench" version="^1.2.8" installed="1.2.15" location="./tools/phpbench.phar" copy="false"/>
</phive>
6 changes: 3 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
executionOrder="depends,defects"
beStrictAboutOutputDuringTests="true"
Expand All @@ -14,9 +14,9 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit 7a52338

Please sign in to comment.