mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
b603381139
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+ 3. Local env to run tests 4. Repare tests
20 lines
648 B
XML
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>
|