|
7 | 7 | beStrictAboutTodoAnnotatedTests="true"
|
8 | 8 | cacheResultFile="build/.phpunit.cache/test-results"
|
9 | 9 | colors="true"
|
| 10 | + columns="max" |
10 | 11 | failOnRisky="true"
|
11 | 12 | failOnWarning="true"
|
12 | 13 | verbose="true">
|
13 | 14 |
|
14 |
| - <coverage processUncoveredFiles="true" ignoreDeprecatedCodeUnits="true"> |
| 15 | + <coverage cacheDirectory="build/.phpunit.cache/code-coverage" |
| 16 | + processUncoveredFiles="true" |
| 17 | + ignoreDeprecatedCodeUnits="true"> |
15 | 18 | <include>
|
16 |
| - <directory suffix=".php">./system</directory> |
| 19 | + <directory suffix=".php">system</directory> |
17 | 20 | </include>
|
18 | 21 |
|
19 | 22 | <exclude>
|
20 |
| - <directory>./system/Commands/Generators/Views</directory> |
21 |
| - <directory>./system/Debug/Toolbar/Views</directory> |
22 |
| - <directory>./system/Pager/Views</directory> |
23 |
| - <directory>./system/ThirdParty</directory> |
24 |
| - <directory>./system/Validation/Views</directory> |
25 |
| - <file>./system/bootstrap.php</file> |
26 |
| - <file>./system/ComposerScripts.php</file> |
27 |
| - <file>./system/Config/Routes.php</file> |
28 |
| - <file>./system/Test/bootstrap.php</file> |
29 |
| - <file>./system/Test/ControllerTester.php</file> |
30 |
| - <file>./system/Test/FeatureTestCase.php</file> |
| 23 | + <directory>system/Commands/Generators/Views</directory> |
| 24 | + <directory>system/Debug/Toolbar/Views</directory> |
| 25 | + <directory>system/Pager/Views</directory> |
| 26 | + <directory>system/ThirdParty</directory> |
| 27 | + <directory>system/Validation/Views</directory> |
| 28 | + <file>system/bootstrap.php</file> |
| 29 | + <file>system/ComposerScripts.php</file> |
| 30 | + <file>system/Config/Routes.php</file> |
| 31 | + <file>system/Test/bootstrap.php</file> |
| 32 | + <file>system/Test/ControllerTester.php</file> |
| 33 | + <file>system/Test/FeatureTestCase.php</file> |
31 | 34 | </exclude>
|
32 | 35 |
|
33 | 36 | <report>
|
|
36 | 39 | </coverage>
|
37 | 40 |
|
38 | 41 | <testsuites>
|
39 |
| - <testsuite name="AutoReview"> |
40 |
| - <directory>./tests/system/AutoReview</directory> |
41 |
| - </testsuite> |
42 | 42 | <testsuite name="System">
|
43 |
| - <directory>./tests/system</directory> |
44 |
| - <exclude>./tests/system/Database</exclude> |
45 |
| - <exclude>./tests/system/AutoReview</exclude> |
46 |
| - </testsuite> |
47 |
| - <testsuite name="Database"> |
48 |
| - <directory>./tests/system/Database</directory> |
| 43 | + <directory>tests/system</directory> |
49 | 44 | </testsuite>
|
50 | 45 | </testsuites>
|
51 | 46 |
|
|
0 commit comments