Skip to content

Commit 7ae8d1f

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 3c9b414 + c0219b5 commit 7ae8d1f

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)