diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:55:56 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:55:56 +0200 |
| commit | f66e5928fc73d1dad27f2f785909c2ed050b6ff7 (patch) | |
| tree | f86dad76fb86eb35b46a7c63f440e9f1c8171aee /phpunit.xml | |
| parent | 246e5a24a5ceedf364e06bb13e0a26cf46ee9507 (diff) | |
Add phpunit.xml
Diffstat (limited to 'phpunit.xml')
| -rw-r--r-- | phpunit.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/phpunit.xml b/phpunit.xml index 297f478..43bb6c3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,21 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" - bootstrap="vendor/autoload.php" - cacheDirectory=".phpunit.cache" - executionOrder="depends,defects" - requireCoverageMetadata="false" - beStrictAboutCoverageMetadata="false" - beStrictAboutOutputDuringTests="false" - failOnRisky="false" - failOnWarning="true"> +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd" bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" executionOrder="depends,defects" requireCoverageMetadata="false" beStrictAboutCoverageMetadata="false" beStrictAboutOutputDuringTests="false" failOnRisky="false" failOnWarning="true"> <testsuites> <testsuite name="default"> <directory>tests</directory> </testsuite> </testsuites> - - <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true"> + <source restrictNotices="true" restrictWarnings="true" ignoreIndirectDeprecations="true"> <include> <directory>src</directory> </include> |
