summaryrefslogtreecommitdiffstats
path: root/Http/phpunit.xml.dist
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2015-11-18 14:41:01 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2015-11-18 14:41:01 +0100
commit7260a65641af0c1896d3fe431cee16efe956fcbe (patch)
tree89e908542fe1df3bc7cfd51857741051ba1b10ad /Http/phpunit.xml.dist
parentb56511b65e2fb12a0415863bc829d0ae98fe3e5b (diff)
parent1dabcc78193413d90a6a1eeaaf50764b67ac61af (diff)
downloadsymfony-security-7260a65641af0c1896d3fe431cee16efe956fcbe.zip
symfony-security-7260a65641af0c1896d3fe431cee16efe956fcbe.tar.gz
symfony-security-7260a65641af0c1896d3fe431cee16efe956fcbe.tar.bz2
Merge branch '2.3' into 2.7
* 2.3: Fix undefined array $server [ProxyManager] Tmp fix composer reqs issue in ZF Add missing exclusions from phpunit.xml.dist Fix the server variables in the router_*.php files [Validator] Allow an empty path with a non empty fragment or a query The following change adds support for Armenian pluralization. [2.3][Process] fix Proccess run with pts enabled Conflicts: composer.json src/Symfony/Bridge/ProxyManager/composer.json src/Symfony/Bundle/DebugBundle/phpunit.xml.dist src/Symfony/Component/Security/phpunit.xml.dist
Diffstat (limited to 'Http/phpunit.xml.dist')
-rw-r--r--Http/phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist
index 49b36f2..8d636e9 100644
--- a/Http/phpunit.xml.dist
+++ b/Http/phpunit.xml.dist
@@ -25,8 +25,8 @@
<whitelist>
<directory>./</directory>
<exclude>
- <directory>./vendor</directory>
<directory>./Tests</directory>
+ <directory>./vendor</directory>
</exclude>
</whitelist>
</filter>