File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed
Expand file tree Collapse file tree 1 file changed +19
-12
lines changed 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" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" >
3- <coverage >
4- <include >
5- <directory suffix =" .php" >src</directory >
6- </include >
7- </coverage >
8- <testsuites >
9- <testsuite name =" Unit Tests" >
10- <directory >tests</directory >
11- </testsuite >
12- </testsuites >
13- </phpunit >
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.3/phpunit.xsd"
5+ backupGlobals =" false"
6+ colors =" true"
7+ bootstrap =" vendor/autoload.php"
8+ >
9+ <testsuites >
10+ <testsuite name =" Unit Tests" >
11+ <directory >tests</directory >
12+ </testsuite >
13+ </testsuites >
14+
15+ <filter >
16+ <whitelist >
17+ <directory suffix =" .php" >src</directory >
18+ </whitelist >
19+ </filter >
20+ </phpunit >
You can’t perform that action at this time.
0 commit comments