Skip to content

Commit

Permalink
chore: do not use @medium on method level (#7833)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Feb 9, 2024
1 parent 5bb439b commit 4f36a12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Linter/AbstractLinterTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public function testLintingAfterTokenManipulation(): void
}

/**
* @group medium
*
* @dataProvider provideLintFileCases
*/
public function testLintFile(string $file, ?string $errorMessage = null): void
Expand All @@ -56,9 +58,6 @@ public function testLintFile(string $file, ?string $errorMessage = null): void
$linter->lintFile($file)->check();
}

/**
* @medium
*/
public static function provideLintFileCases(): iterable
{
yield [
Expand Down

0 comments on commit 4f36a12

Please sign in to comment.