|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <phpunit |
3 | 3 | backupGlobals="false" |
4 | | - backupStaticAttributes="false" |
5 | 4 | bootstrap="vendor/autoload.php" |
6 | 5 | cacheResultFile="build/phpunit/.phpunit.result.cache" |
7 | 6 | colors="true" |
8 | | - convertErrorsToExceptions="true" |
9 | | - convertNoticesToExceptions="true" |
10 | | - convertWarningsToExceptions="true" |
11 | 7 | processIsolation="false" |
12 | 8 | stopOnFailure="false" |
13 | | - verbose="true" |
14 | 9 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
15 | 10 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" |
16 | 11 | > |
17 | | - <coverage processUncoveredFiles="true"> |
18 | | - <include> |
19 | | - <directory suffix=".php">./app</directory> |
20 | | - </include> |
21 | | - <exclude> |
22 | | - <!--<directory>app/Contracts</directory>--> |
23 | | - <file>app/Commands/BuildCommand.php</file> |
24 | | - <file>app/Support/JsonFixer.php</file> |
25 | | - <file>app/Support/helpers.php</file> |
26 | | - <file>app/Macros/StrMacro.php</file> |
27 | | - </exclude> |
28 | | - </coverage> |
29 | 12 | <testsuites> |
30 | 13 | <testsuite name="Feature"> |
31 | 14 | <directory suffix="Test.php">./tests/Feature</directory> |
|
36 | 19 | <exclude>vendor/</exclude> |
37 | 20 | </testsuite> |
38 | 21 | </testsuites> |
| 22 | + <!--<coverage processUncoveredFiles="true"> |
| 23 | + <include> |
| 24 | + <directory suffix=".php">./app</directory> |
| 25 | + </include> |
| 26 | + <exclude> |
| 27 | + <!–<directory>app/Contracts</directory>–> |
| 28 | + <file>app/Commands/BuildCommand.php</file> |
| 29 | + <file>app/Support/JsonFixer.php</file> |
| 30 | + <file>app/Support/helpers.php</file> |
| 31 | + <file>app/Macros/StrMacro.php</file> |
| 32 | + </exclude> |
| 33 | + </coverage>--> |
| 34 | + <source> |
| 35 | + <include> |
| 36 | + <directory suffix=".php">./app</directory> |
| 37 | + </include> |
| 38 | + <exclude> |
| 39 | + <!--<directory>app/Contracts</directory>--> |
| 40 | + <file>app/Commands/BuildCommand.php</file> |
| 41 | + <file>app/Support/JsonFixer.php</file> |
| 42 | + <file>app/Support/helpers.php</file> |
| 43 | + <file>app/Macros/StrMacro.php</file> |
| 44 | + </exclude> |
| 45 | + </source> |
39 | 46 | <!--<listeners> |
40 | 47 | <listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener"> |
41 | 48 | <arguments> |
|
0 commit comments