|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<phpunit |
3 | | - colors="true" |
4 | | - convertNoticesToExceptions="true" |
5 | | - convertWarningsToExceptions="true" |
6 | | - stopOnError="false" |
7 | | - stopOnFailure="false" |
8 | | - stopOnIncomplete="false" |
9 | | - bootstrap="vendor/autoload.php" |
10 | | -> |
11 | | - <testsuites> |
12 | | - <testsuite name="Delimiters"> |
13 | | - <directory suffix=".php">tests/Delimiters</directory> |
14 | | - </testsuite> |
15 | | - <testsuite name="Diff"> |
16 | | - <directory suffix=".php">tests/Diff</directory> |
17 | | - </testsuite> |
18 | | - <testsuite name="Granularity"> |
19 | | - <directory suffix=".php">tests/Granularity</directory> |
20 | | - </testsuite> |
21 | | - <testsuite name="Parser"> |
22 | | - <directory suffix=".php">tests/Parser</directory> |
23 | | - </testsuite> |
24 | | - <testsuite name="Render"> |
25 | | - <directory suffix=".php">tests/Render</directory> |
26 | | - </testsuite> |
27 | | - <testsuite name="Usage"> |
28 | | - <directory suffix=".php">tests/Usage</directory> |
29 | | - </testsuite> |
30 | | - </testsuites> |
31 | | - <filter> |
32 | | - <whitelist> |
33 | | - <directory suffix=".php">src</directory> |
34 | | - <exclude> |
35 | | - <directory suffix=".php">PEAR_INSTALL_DIR</directory> |
36 | | - <directory suffix=".php">PHP_LIBDIR</directory> |
37 | | - <directory suffix=".php">vendor</directory> |
38 | | - </exclude> |
39 | | - </whitelist> |
40 | | - </filter> |
| 2 | +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> |
| 3 | + <coverage> |
| 4 | + <include> |
| 5 | + <directory suffix=".php">src</directory> |
| 6 | + </include> |
| 7 | + <exclude> |
| 8 | + <directory suffix=".php">PEAR_INSTALL_DIR</directory> |
| 9 | + <directory suffix=".php">PHP_LIBDIR</directory> |
| 10 | + <directory suffix=".php">vendor</directory> |
| 11 | + </exclude> |
| 12 | + </coverage> |
| 13 | + <testsuites> |
| 14 | + <testsuite name="Delimiters"> |
| 15 | + <directory suffix=".php">tests/Delimiters</directory> |
| 16 | + </testsuite> |
| 17 | + <testsuite name="Diff"> |
| 18 | + <directory suffix=".php">tests/Diff</directory> |
| 19 | + </testsuite> |
| 20 | + <testsuite name="Granularity"> |
| 21 | + <directory suffix=".php">tests/Granularity</directory> |
| 22 | + </testsuite> |
| 23 | + <testsuite name="Parser"> |
| 24 | + <directory suffix=".php">tests/Parser</directory> |
| 25 | + </testsuite> |
| 26 | + <testsuite name="Render"> |
| 27 | + <directory suffix=".php">tests/Render</directory> |
| 28 | + </testsuite> |
| 29 | + <testsuite name="Usage"> |
| 30 | + <directory suffix=".php">tests/Usage</directory> |
| 31 | + </testsuite> |
| 32 | + </testsuites> |
41 | 33 | </phpunit> |
0 commit comments