NelmioApiDocBundle/phpunit.xml.dist
Ilyas Salikhov b603381139 1. Up min PHP version to 8.1
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+
3. Local env to run tests
4. Repare tests
2024-06-18 12:24:32 +03:00

20 lines
648 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertDeprecationsToExceptions = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
bootstrap = "Tests/bootstrap.php">
<testsuites>
<testsuite name="NelmioApiDocBundle Test Suite">
<directory>Tests</directory>
</testsuite>
</testsuites>
</phpunit>