Skip to content

Commit d626b43

Browse files
Remove some useless @group annotations
1 parent 271c8f1 commit d626b43

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
{
@@ -495,7 +493,6 @@ public function testCountWithoutIn()
495493

496494
/**
497495
* @dataProvider getContainsTestData
498-
* @group grep
499496
*/
500497
public function testContains($adapter, $matchPatterns, $noMatchPatterns, $expected)
501498
{

0 commit comments

Comments
 (0)