summaryrefslogtreecommitdiffstats
path: root/Core
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 /Core
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 'Core')
-rw-r--r--Core/phpunit.xml.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist
index 8a1a291..2dc341a 100644
--- a/Core/phpunit.xml.dist
+++ b/Core/phpunit.xml.dist
@@ -25,8 +25,9 @@
<whitelist>
<directory>./</directory>
<exclude>
- <directory>./vendor</directory>
+ <directory>./Resources</directory>
<directory>./Tests</directory>
+ <directory>./vendor</directory>
</exclude>
</whitelist>
</filter>