NelmioApiDocBundle/phpunit.xml.dist

20 lines
648 B
Plaintext
Raw Permalink Normal View History

2012-04-13 14:11:54 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
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>