Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 3c08afb

Browse files
Merge branch '2.3' into 2.5
* 2.3: [2.3] Remove useless tests skips [2.3] Cleanup deprecations Conflicts: src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php src/Symfony/Bundle/FrameworkBundle/composer.json src/Symfony/Bundle/TwigBundle/composer.json src/Symfony/Component/Debug/Tests/MockExceptionHandler.php src/Symfony/Component/Debug/composer.json src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php src/Symfony/Component/HttpKernel/composer.json src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php src/Symfony/Component/Security/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php src/Symfony/Component/Security/composer.json
2 parents 99eaad2 + 0e0bddb commit 3c08afb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Http/Tests/Firewall/AnonymousAuthenticationListenerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ public function testHandleWithContextHavingNoToken()
5555

5656
public function testHandledEventIsLogged()
5757
{
58-
if (!interface_exists('Psr\Log\LoggerInterface')) {
59-
$this->markTestSkipped('The "LoggerInterface" is not available');
60-
}
61-
6258
$context = $this->getMock('Symfony\Component\Security\Core\SecurityContextInterface');
6359
$logger = $this->getMock('Psr\Log\LoggerInterface');
6460
$logger->expects($this->once())

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/security-http": "self.version"
2929
},
3030
"require-dev": {
31-
"symfony/locale": "~2.0,>=2.0.5",
31+
"symfony/intl": "~2.3",
3232
"symfony/routing": "~2.2",
3333
"symfony/translation": "~2.0,>=2.0.5",
3434
"symfony/validator": "~2.5,>=2.5.5",

0 commit comments

Comments
 (0)