File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<phpunit
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4 /phpunit.xsd"
5
5
backupGlobals =" true"
6
6
colors =" false"
7
7
processIsolation =" false"
16
16
cacheDirectory =" .phpunit.cache"
17
17
backupStaticProperties =" false"
18
18
requireCoverageMetadata =" false" >
19
- <testsuites >
20
- <testsuite name =" Functional tests" >
21
- <directory >tests/functional/</directory >
22
- </testsuite >
23
- </testsuites >
24
- <coverage >
25
- <include >
26
- <directory suffix =" .php" >src</directory >
27
- </include >
28
- </coverage >
29
- <php >
30
- <ini name =" allow_url_include" value =" 1" />
31
- </php >
19
+ <testsuites >
20
+ <testsuite name =" Functional tests" >
21
+ <directory >tests/functional/</directory >
22
+ </testsuite >
23
+ </testsuites >
24
+ <coverage />
25
+ <php >
26
+ <ini name =" allow_url_include" value =" 1" />
27
+ </php >
28
+ <source >
29
+ <include >
30
+ <directory suffix =" .php" >src</directory >
31
+ </include >
32
+ </source >
32
33
</phpunit >
You can’t perform that action at this time.
0 commit comments