Skip to content

Commit

Permalink
[QA] Fix some PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Apr 7, 2024
1 parent 6c9d419 commit 7de9653
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd">
<source>
<include>
<directory suffix=".php">src/</directory>
</include>
</source>
<coverage>
<report>
<clover outputFile="build/logs/clover.xml"/>
Expand Down

0 comments on commit 7de9653

Please sign in to comment.