Skip to content

Commit 4c731c1

Browse files
Remove some useless @group annotations
1 parent 798febf commit 4c731c1

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
@@ -65,7 +65,6 @@ public function testRoutingErrorIsNotExposedForProtectedResourceWhenLoggedInWith
6565

6666
/**
6767
* @dataProvider getConfigs
68-
* @group ip_whitelist
6968
*/
7069
public function testSecurityConfigurationForSingleIPAddress($config)
7170
{
@@ -78,7 +77,6 @@ public function testSecurityConfigurationForSingleIPAddress($config)
7877

7978
/**
8079
* @dataProvider getConfigs
81-
* @group ip_whitelist
8280
*/
8381
public function testSecurityConfigurationForMultipleIPAddresses($config)
8482
{

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)