Skip to content

Commit 85e099e

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 5dbe2e7 + d626b43 commit 85e099e

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)