summaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-07-09 11:04:55 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-07-09 11:04:55 +0200
commitb2b3e0be1652603249f8781612f150c152537e3b (patch)
tree875c8c987a7f04115cf9afe3ca8b82eb44eecfba /phpunit.xml.dist
parent9b154c7de835da559fddd94a810aee2b7e12c03e (diff)
parent40b6edad8ed1fdfa3cca03f695187335406cde2d (diff)
downloadsymfony-security-b2b3e0be1652603249f8781612f150c152537e3b.zip
symfony-security-b2b3e0be1652603249f8781612f150c152537e3b.tar.gz
symfony-security-b2b3e0be1652603249f8781612f150c152537e3b.tar.bz2
Merge branch '2.3' into 2.4v2.4.8
* 2.3: fixed CS [HttpFoundation] Remove content-related headers if content is empty removed defaults from PHPUnit configuration
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 3298cea..4d167b7 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>