diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-04 18:02:19 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-04 18:02:19 +0100 |
commit | de6cab31d0b451b163dd2f44adc2e87d1162e3e7 (patch) | |
tree | cbb337d23b4ccb30c5075c2096bd65d90bb1d40e /Tests/Http | |
parent | cd57792e86d613ecd2d7b47acb048465f969aa1f (diff) | |
parent | e05ddf24cfcfb76cb7c3e1175ebca6ac3af3d1f6 (diff) | |
download | symfony-security-de6cab31d0b451b163dd2f44adc2e87d1162e3e7.zip symfony-security-de6cab31d0b451b163dd2f44adc2e87d1162e3e7.tar.gz symfony-security-de6cab31d0b451b163dd2f44adc2e87d1162e3e7.tar.bz2 |
Merge branch '2.1'
* 2.1: (24 commits)
updated license year
Update src/Symfony/Component/HttpFoundation/Response.php
[Form] Fixed inheritance of "error_bubbling" in RepeatedType
[Form] Fixed DateType when used with the intl extension disabled.
[HttpFoundation] fix return types and handling of zero in Response
[HttpFoundation] better fix for non-parseable Expires header date
Fixed missing plural message in portuguese validator
Fix Expires when the header is -1
[DoctrineBridge] Allowing memcache port to be 0 to support memcache unix domain sockets.
[Console] fixed unitialized properties (closes #5935)
[Process] Prevented test from failing when pcntl extension is not enabled.
Revert "[DoctrineBridge] Improved performance of the EntityType when used with the "query_builder" option"
[Form] Fixed failing tests for DateTimeToStringTransformer.
[Locale] Fixed the StubLocaleTest for ICU versions lower than 4.8.
[Bundle] [FrameworkBundle] fixed typo in phpdoc of the SessionListener.
[Form] Fixed test regression introduced in #6440
[Tests] Fix namespaces
Fixed php doc of GenericEvent::__construct
HttpUtils must handle RequestMatcher too
use preferred_choices in favor of preferred_query
...
Conflicts:
src/Symfony/Bridge/Propel1/Form/ChoiceList/ModelChoiceList.php
Diffstat (limited to 'Tests/Http')
-rw-r--r-- | Tests/Http/Firewall/ContextListenerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Http/Firewall/ContextListenerTest.php b/Tests/Http/Firewall/ContextListenerTest.php index d360ef5..620aa29 100644 --- a/Tests/Http/Firewall/ContextListenerTest.php +++ b/Tests/Http/Firewall/ContextListenerTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Test\Component\Security\Http\Firewall; +namespace Symfony\Component\Security\Tests\Http\Firewall; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; |