File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
- <coverage >
4
- <include >
5
- <directory >./src/</directory >
6
- </include >
7
- <exclude >
8
- <file >./src/functions_include.php</file >
9
- </exclude >
10
- </coverage >
11
- <testsuites >
12
- <testsuite name =" Promise Test Suite" >
13
- <directory >./tests/</directory >
14
- </testsuite >
15
- </testsuites >
2
+
3
+ <phpunit bootstrap =" vendor/autoload.php" colors =" true" >
4
+ <testsuites >
5
+ <testsuite name =" Promise Test Suite" >
6
+ <directory >./tests/</directory >
7
+ </testsuite >
8
+ </testsuites >
9
+
10
+ <filter >
11
+ <whitelist >
12
+ <directory >./src/</directory >
13
+ <exclude >
14
+ <file >./src/functions_include.php</file >
15
+ </exclude >
16
+ </whitelist >
17
+ </filter >
16
18
</phpunit >
You can’t perform that action at this time.
0 commit comments