Skip to content

Commit

Permalink
Change PHPUnit 10 config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Mar 31, 2024
1 parent 8c94755 commit c7d72b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit10.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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"
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
Expand All @@ -22,9 +22,9 @@
<server name="working_directory" value=".svn-buddy"/>
</php>

<coverage>
<source>
<include>
<directory>src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit c7d72b7

Please sign in to comment.