Skip to content

Commit c0219b5

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: 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
2 parents 92a4e05 + b516b9e commit c0219b5

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

Tests/Functional/FragmentTest.php

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

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

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

Tests/Functional/ProfilerTest.php

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

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

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

Tests/Functional/SessionTest.php

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

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

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

Tests/Functional/SubRequestsTest.php

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

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

14-
/**
15-
* @group functional
16-
*/
1714
class SubRequestsTest extends WebTestCase
1815
{
1916
public function testStateAfterSubRequest()

0 commit comments

Comments
 (0)