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 21d0145 commit e30963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.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" bootstrap="./tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="./tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/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">
<coverage>
<report>
<clover outputFile="build/logs/clover.xml"/>
Expand Down

0 comments on commit e30963e

Please sign in to comment.