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