Skip to content

Commit f1fabca

Browse files
Merge branch '5.2' into 5.3
* 5.2: CS fix CS fix CS fixes Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents e28476b + 60e0c8c commit f1fabca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Tests/DependencyInjection/Compiler/RegisterTokenUsageTrackingPassTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
use Symfony\Component\DependencyInjection\Reference;
2020
use Symfony\Component\HttpFoundation\Session\Session;
2121
use Symfony\Component\HttpFoundation\Session\SessionFactory;
22-
use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
23-
use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory;
2422
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
2523
use Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage;
2624
use Symfony\Component\Security\Http\Firewall\ContextListener;

Tests/Functional/SecurityRoutingIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public function testPublicHomepage()
138138
$this->assertTrue($client->getResponse()->headers->getCacheControlDirective('public'));
139139
$this->assertSame(0, self::getContainer()->get('session')->getUsageIndex());
140140
}
141+
141142
/**
142143
* @dataProvider provideLegacyClientOptions
143144
* @group legacy

0 commit comments

Comments
 (0)