|
7 | 7 | options. |
8 | 8 | --> |
9 | 9 |
|
10 | | -<phpunit addUncoveredFilesFromWhitelist="true" |
11 | | - backupGlobals="false" |
| 10 | +<phpunit backupGlobals="false" |
12 | 11 | backupStaticAttributes="false" |
13 | 12 | bootstrap="vendor/autoload.php" |
14 | 13 | colors="true" |
15 | 14 | convertErrorsToExceptions="true" |
16 | 15 | convertNoticesToExceptions="true" |
17 | 16 | convertWarningsToExceptions="true" |
18 | | - processIsolation="false" |
19 | | - processUncoveredFilesFromWhitelist="true" |
| 17 | + processIsolation="true" |
20 | 18 | stopOnFailure="false" |
21 | | - syntaxCheck="false" |
22 | 19 | verbose="true"> |
23 | 20 |
|
24 | 21 | <testsuites> |
25 | | - <testsuite name="PHPUnit mail assertions for testing email in Laravel."> |
| 22 | + <testsuite name="Library Test Suite"> |
26 | 23 | <directory>./tests/</directory> |
27 | 24 | </testsuite> |
28 | 25 | </testsuites> |
|
41 | 38 | </whitelist> |
42 | 39 | </filter> |
43 | 40 |
|
44 | | - <listeners> |
45 | | - <listener class="\Mockery\Adapter\Phpunit\TestListener"></listener> |
46 | | - </listeners> |
47 | | - |
48 | 41 | <logging> |
49 | 42 | <log type="coverage-html" |
50 | | - target="./build/coverage" |
51 | | - title="Garbage Man Suite" |
52 | | - charset="UTF-8" |
53 | | - yui="true" |
54 | | - highlight="true" |
| 43 | + target="./build/phpunit/coverage" |
55 | 44 | lowUpperBound="35" |
56 | 45 | highLowerBound="70"/> |
57 | | - <log type="coverage-clover" target="build/logs/clover.xml"/> |
58 | | - <log type="json" target="./build/logs/logfile.json"/> |
59 | | - <log type="junit" target="./build/logs/junit.xml" |
60 | | - logIncompleteSkipped="true"/> |
| 46 | + <log type="coverage-text" |
| 47 | + target="php://stdout" |
| 48 | + showOnlySummary="true" |
| 49 | + showUncoveredFiles="false"/> |
| 50 | + <log type="coverage-clover" target="build/phpunit/logs/clover.xml"/> |
| 51 | + <log type="json" target="./build/phpunit/logs/logfile.json"/> |
| 52 | + <log type="junit" target="./build/phpunit/logs/junit.xml"/> |
61 | 53 | </logging> |
62 | 54 | </phpunit> |
0 commit comments