Skip to content

Commit 4888ea7

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: [Translator] Cache does not take fallback locales into consideration [VarDumper] Fix call site detection [Process] Fix volatile test Remove some useless @group annotations Removed useless strtolower call [Validator] Use strict comparisons in loaders CS: Use "self" keyword instead of class name if possible Conflicts: .travis.yml src/Symfony/Component/Translation/Translator.php
2 parents c91a98f + 1b954e8 commit 4888ea7

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

Tests/Functional/CsrfFormLoginTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
1313

14-
/**
15-
* @group functional
16-
*/
1714
class CsrfFormLoginTest extends WebTestCase
1815
{
1916
/**

Tests/Functional/FirewallEntryPointTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
use Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FirewallEntryPointBundle\Security\EntryPointStub;
1515

16-
/**
17-
* @group functional
18-
*/
1916
class FirewallEntryPointTest extends WebTestCase
2017
{
2118
public function testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials()

Tests/Functional/FormLoginTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
1313

14-
/**
15-
* @group functional
16-
*/
1714
class FormLoginTest extends WebTestCase
1815
{
1916
/**

Tests/Functional/SecurityRoutingIntegrationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function testRoutingErrorIsNotExposedForProtectedResourceWhenLoggedInWith
5757

5858
/**
5959
* @dataProvider getConfigs
60-
* @group ip_whitelist
6160
*/
6261
public function testSecurityConfigurationForSingleIPAddress($config)
6362
{
@@ -70,7 +69,6 @@ public function testSecurityConfigurationForSingleIPAddress($config)
7069

7170
/**
7271
* @dataProvider getConfigs
73-
* @group ip_whitelist
7472
*/
7573
public function testSecurityConfigurationForMultipleIPAddresses($config)
7674
{

Tests/Functional/SwitchUserTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
1313

14-
/**
15-
* @group functional
16-
*/
1714
class SwitchUserTest extends WebTestCase
1815
{
1916
/**

0 commit comments

Comments
 (0)