File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ backupGlobals =" false"
3
4
backupStaticAttributes =" false"
4
5
bootstrap =" vendor/autoload.php"
5
6
colors =" true"
8
9
convertWarningsToExceptions =" true"
9
10
printerClass =" LimeDeck\Testing\Printer"
10
11
processIsolation =" false"
11
- stopOnFailure =" true" >
12
- <testsuites >
13
- <testsuite name =" Laravel-ManticoreSearch Test Suite" >
14
- <directory suffix =" .php" >./tests/</directory >
15
- </testsuite >
16
- </testsuites >
17
- <filter >
18
- <whitelist >
19
- <directory suffix =" .php" >./src/</directory >
20
- </whitelist >
21
- </filter >
22
- <logging >
23
- <log type =" coverage-text" target =" php://stdout" showUncoveredFiles =" false" />
24
- </logging >
12
+ stopOnFailure =" true"
13
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
14
+ <coverage >
15
+ <include >
16
+ <directory suffix =" .php" >./src/</directory >
17
+ </include >
18
+ <report >
19
+ <text outputFile =" php://stdout" showUncoveredFiles =" false" />
20
+ </report >
21
+ </coverage >
22
+ <testsuites >
23
+ <testsuite name =" Laravel-ManticoreSearch Test Suite" >
24
+ <directory suffix =" .php" >./tests/</directory >
25
+ </testsuite >
26
+ </testsuites >
27
+ <logging />
25
28
</phpunit >
You can’t perform that action at this time.
0 commit comments