Volodymyr Panivko | 8e828c0 | 2024-02-19 11:34:48 +0100 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | bootstrap="../../vendor/autoload.php" |
| 4 | cacheResult="false" |
| 5 | colors="true" |
| 6 | convertErrorsToExceptions="true" |
| 7 | convertNoticesToExceptions="true" |
| 8 | convertWarningsToExceptions="true" |
| 9 | stopOnWarning="true" |
| 10 | stopOnFailure="true" |
| 11 | processIsolation="true" |
| 12 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> |
| 13 | <coverage includeUncoveredFiles="true"> |
| 14 | <include> |
| 15 | <directory suffix=".php">./src</directory> |
| 16 | <directory suffix=".php">./lib</directory> |
| 17 | </include> |
| 18 | </coverage> |
| 19 | <testsuites> |
| 20 | <testsuite name="Thrift PHP Test Suite"> |
| 21 | <directory>./test/Unit</directory> |
| 22 | </testsuite> |
| 23 | </testsuites> |
| 24 | </phpunit> |