diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-18 14:45:00 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-18 14:45:00 +0100 |
commit | 4e473f4aa100d293f68dae683464f23407b0058e (patch) | |
tree | 96e5e424f0a00bce0e9c894e360a9a6cf6f32f29 /Csrf | |
parent | b78eacaa57a9b0171fd4817b99510ab15f60d778 (diff) | |
parent | 7260a65641af0c1896d3fe431cee16efe956fcbe (diff) | |
download | symfony-security-4e473f4aa100d293f68dae683464f23407b0058e.zip symfony-security-4e473f4aa100d293f68dae683464f23407b0058e.tar.gz symfony-security-4e473f4aa100d293f68dae683464f23407b0058e.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
Fix undefined array $server
Fix bug in windows detection
[ProxyManager] Tmp fix composer reqs issue in ZF
Add missing exclusions from phpunit.xml.dist
[Serializer] ObjectNormalizer: don't serialize static methods and props
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/Component/Security/phpunit.xml.dist
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/phpunit.xml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist index 8f950a3..f5b1e65 100644 --- a/Csrf/phpunit.xml.dist +++ b/Csrf/phpunit.xml.dist @@ -25,8 +25,8 @@ <whitelist> <directory>./</directory> <exclude> - <directory>./vendor</directory> <directory>./Tests</directory> + <directory>./vendor</directory> </exclude> </whitelist> </filter> |