2012-04-13 14:11:54 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit
|
|
|
|
backupGlobals = "false"
|
|
|
|
backupStaticAttributes = "false"
|
|
|
|
colors = "true"
|
2024-06-18 00:19:53 +03:00
|
|
|
convertDeprecationsToExceptions = "true"
|
2012-04-13 14:11:54 +02:00
|
|
|
convertErrorsToExceptions = "true"
|
|
|
|
convertNoticesToExceptions = "true"
|
|
|
|
convertWarningsToExceptions = "true"
|
|
|
|
processIsolation = "false"
|
|
|
|
stopOnFailure = "false"
|
2012-04-13 14:27:51 +02:00
|
|
|
bootstrap = "Tests/bootstrap.php">
|
2012-04-13 14:11:54 +02:00
|
|
|
|
|
|
|
<testsuites>
|
2012-04-13 14:27:51 +02:00
|
|
|
<testsuite name="NelmioApiDocBundle Test Suite">
|
2012-04-13 14:11:54 +02:00
|
|
|
<directory>Tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|