diff options
author | Christian Raue <christian.raue@gmail.com> | 2014-07-07 12:13:42 +0200 |
---|---|---|
committer | Christian Raue <christian.raue@gmail.com> | 2014-07-07 12:13:42 +0200 |
commit | 40b6edad8ed1fdfa3cca03f695187335406cde2d (patch) | |
tree | 35b62d88ad5c7eec3d658c97d11d1267b339cd2e | |
parent | 1a80bb526695c58ab10e984ae968364fb00b4477 (diff) | |
download | symfony-security-40b6edad8ed1fdfa3cca03f695187335406cde2d.zip symfony-security-40b6edad8ed1fdfa3cca03f695187335406cde2d.tar.gz symfony-security-40b6edad8ed1fdfa3cca03f695187335406cde2d.tar.bz2 |
removed defaults from PHPUnit configurationv2.3.18
-rw-r--r-- | phpunit.xml.dist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 875857f..9c53c60 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,13 +3,7 @@ <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" backupGlobals="false" - backupStaticAttributes="false" colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - processIsolation="false" - stopOnFailure="false" bootstrap="vendor/autoload.php" > <testsuites> |