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 7de9653 commit 21d0145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: Run test suite
run: |
php -v
vendor/bin/phpunit --migrate-configuration
vendor/bin/phpunit -c phpunit.xml.dist
7 changes: 1 addition & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,10 +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="./vendor/phpunit/phpunit/phpunit.xsd">
<source>
<include>
<directory suffix=".php">src/</directory>
</include>
</source>
<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">
<coverage>
<report>
<clover outputFile="build/logs/clover.xml"/>
Expand Down

0 comments on commit 21d0145

Please sign in to comment.