Less verbose phpunit.xml.dist by omitting default switches

See http://www.phpunit.de/manual/current/en/appendixes.configuration.html
This commit is contained in:
Ingo Schommer 2012-11-23 15:20:10 +01:00
parent 69ff09d73e
commit 6f8902c5f0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
for more information on configuration and execution options.
- framework/dev/TestRunner.php for an alternative way to run unit tests through the "sake" CLI tool.
-->
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true" backupGlobals="false" backupStaticAttributes="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" syntaxCheck="false">
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>mysite/tests</directory>