|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<phpunit |
3 |
| - backupGlobals="true" |
4 |
| - strict="false" |
5 |
| - backupStaticAttributes="false" |
6 |
| - convertErrorsToExceptions="true" |
7 |
| - convertNoticesToExceptions="true" |
8 |
| - convertWarningsToExceptions="true" |
9 |
| - forceCoversAnnotation="false" |
10 |
| - mapTestClassNameToCoveredClassName="false" |
11 |
| - processIsolation="false" |
12 |
| - stopOnFailure="false" |
13 |
| - stopOnError="false" |
14 |
| - stopOnIncomplete="false" |
15 |
| - stopOnSkipped="false" |
16 |
| - syntaxCheck="false" |
17 |
| - bootstrap="tests/bootstrap.php" |
18 |
| - verbose="false" |
19 |
| - colors="true"> |
| 2 | +<phpunit backupGlobals="false" |
| 3 | + backupStaticAttributes="false" |
| 4 | + beStrictAboutTestsThatDoNotTestAnything="true" |
| 5 | + beStrictAboutOutputDuringTests="true" |
| 6 | + bootstrap="tests/bootstrap.php" |
| 7 | + colors="true" |
| 8 | + convertErrorsToExceptions="true" |
| 9 | + convertNoticesToExceptions="true" |
| 10 | + convertWarningsToExceptions="true" |
| 11 | + processIsolation="false" |
| 12 | + stopOnError="false" |
| 13 | + stopOnFailure="false" |
| 14 | + verbose="true" |
| 15 | +> |
20 | 16 | <testsuites>
|
21 |
| - <testsuite name="namshi/jose Test Suite"> |
| 17 | + <testsuite name="JOSE Test Suite"> |
22 | 18 | <directory suffix="Test.php">./tests</directory>
|
23 | 19 | </testsuite>
|
24 | 20 | </testsuites>
|
25 | 21 | <filter>
|
26 |
| - <whitelist> |
27 |
| - <directory suffix=".php">./</directory> |
28 |
| - <exclude> |
29 |
| - <directory>./tests</directory> |
30 |
| - <directory>./vendor</directory> |
31 |
| - </exclude> |
| 22 | + <whitelist processUncoveredFilesFromWhitelist="true"> |
| 23 | + <directory suffix=".php">./src</directory> |
32 | 24 | </whitelist>
|
33 | 25 | </filter>
|
34 | 26 | </phpunit>
|
0 commit comments