Skip to content

Commit d223d61

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 492de77 + 85e099e commit d223d61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/FinderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ public function testNotName($adapter)
132132

133133
/**
134134
* @dataProvider getRegexNameTestData
135-
*
136-
* @group regexName
137135
*/
138136
public function testRegexName($adapter, $regex)
139137
{
@@ -506,7 +504,6 @@ public function testCountWithoutIn()
506504

507505
/**
508506
* @dataProvider getContainsTestData
509-
* @group grep
510507
*/
511508
public function testContains($adapter, $matchPatterns, $noMatchPatterns, $expected)
512509
{

0 commit comments

Comments
 (0)