File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
44 backupGlobals =" true"
5- backupStaticAttributes =" false"
65 colors =" true"
7- convertErrorsToExceptions =" true"
8- convertNoticesToExceptions =" true"
9- convertWarningsToExceptions =" true"
106 processIsolation =" false"
117 stopOnFailure =" false"
128 cacheResult =" false"
139 bootstrap =" ../../../../tests/bootstrap.php"
14- >
15- <coverage >
16- <include >
17- <directory suffix =" .php" >./</directory >
18- </include >
19- <exclude >
20- <directory suffix =" .php" >./language/</directory >
21- <directory suffix =" .php" >./migrations/</directory >
22- <directory suffix =" .php" >./tests/</directory >
23- </exclude >
24- </coverage >
10+ backupStaticProperties =" false" >
2511 <testsuites >
2612 <testsuite name =" Extension Test Suite" >
2713 <directory suffix =" _test.php" >./tests</directory >
3117 <directory suffix =" _test.php" >./tests/functional/</directory >
3218 </testsuite >
3319 </testsuites >
20+ <source >
21+ <include >
22+ <directory suffix =" .php" >./</directory >
23+ </include >
24+ <exclude >
25+ <directory suffix =" .php" >./language/</directory >
26+ <directory suffix =" .php" >./migrations/</directory >
27+ <directory suffix =" .php" >./tests/</directory >
28+ </exclude >
29+ </source >
3430</phpunit >
You can’t perform that action at this time.
0 commit comments