Skip to content

Commit

Permalink
Update PrefixTestsWithTestTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jul 10, 2023
1 parent f4af2b7 commit 5fcc9ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/Linters/PrefixTestsWithTestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ public function test_it_does_something()
public static function foo()
{
}
#[DataProvider('bar')]
public function test_it_does_something_else()
{
}
public static function bar()
{
}
}
END_SOURCE;

Expand Down

0 comments on commit 5fcc9ec

Please sign in to comment.