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