diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-18 14:48:51 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-18 14:48:51 +0100 |
commit | feea3c13fa7d6f0966cc7e6dffdb48619844c9f9 (patch) | |
tree | c97ff63124e5c9af3e69b4d6d8918c7c4b89145d /Core | |
parent | 8b79dc69a34467ae2cab5e98aba73ab3b5221605 (diff) | |
parent | 4e473f4aa100d293f68dae683464f23407b0058e (diff) | |
download | symfony-security-feea3c13fa7d6f0966cc7e6dffdb48619844c9f9.zip symfony-security-feea3c13fa7d6f0966cc7e6dffdb48619844c9f9.tar.gz symfony-security-feea3c13fa7d6f0966cc7e6dffdb48619844c9f9.tar.bz2 |
Merge branch '2.8'
* 2.8:
Fix undefined array $server
Fix call to undefined function json_last_error_message
Fix bug in windows detection
[ProxyManager] Tmp fix composer reqs issue in ZF
Fix PropertyInfo extractor namespace in framework bundle
Add missing exclusions from phpunit.xml.dist
[Serializer] ObjectNormalizer: don't serialize static methods and props
[Form] Enhance some FormRegistry deprecation messages
[Validator] [sl] BIC (SWIFT-BIC) validation constraint
[WebProfilerBundle] correct typo in show stack trace link
bumped Symfony version to 2.8.0
updated VERSION for 2.8.0-BETA1
updated CHANGELOG for 2.8.0-BETA1
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:
src/Symfony/Bridge/ProxyManager/composer.json
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php
src/Symfony/Component/Form/FormRegistry.php
Diffstat (limited to 'Core')
-rw-r--r-- | Core/phpunit.xml.dist | 3 |
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> |