File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2626 composer self-update
2727 composer install --prefer-source --no-interaction
2828 - name : Run PHPUnit
29- run : vendor/bin/phpunit
29+ run : vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" bootstrap =" vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ bootstrap =" vendor/autoload.php"
4+ colors =" true"
5+ processIsolation =" false"
6+ stopOnFailure =" false"
7+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.5/phpunit.xsd" >
38 <coverage >
9+ <report >
10+ <clover outputFile =" build/logs/clover.xml" />
11+ <html outputDirectory =" build/coverage" />
12+ <text outputFile =" build/logs/coverage.txt" />
13+ </report >
414 <include >
5- <directory suffix =" .php" >./src/ </directory >
15+ <directory suffix =" .php" >./src</directory >
616 </include >
717 <exclude >
818 <directory >./vendor</directory >
919 <directory >./tests</directory >
1020 </exclude >
11- <report >
12- <clover outputFile =" build/logs/clover.xml" />
13- <html outputDirectory =" build/coverage" />
14- <text outputFile =" build/logs/coverage.txt" />
15- </report >
1621 </coverage >
1722 <testsuites >
1823 <testsuite name =" Application Test Suite" >
You can’t perform that action at this time.
0 commit comments