Skip to content

Commit

Permalink
Merge pull request squizlabs#364 from PHPCSStandards/feature/tests-fi…
Browse files Browse the repository at this point in the history
…x-some-dataprovider-tags

GetTokensAsStringTest: fix format of `@dataProvider` tag
  • Loading branch information
jrfnl authored Feb 26, 2024
2 parents 45a76c3 + f95e13b commit ff00a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Core/File/GetTokensAsStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function testLengthBeyondEndOfFile()
* @param int $length Token length to get.
* @param string $expected The expected function return value.
*
* @dataProvider dataGetTokensAsString()
* @dataProvider dataGetTokensAsString
*
* @return void
*/
Expand Down Expand Up @@ -281,7 +281,7 @@ public static function dataGetTokensAsString()
* @param int $length Token length to get.
* @param string $expected The expected function return value.
*
* @dataProvider dataGetOrigContent()
* @dataProvider dataGetOrigContent
*
* @return void
*/
Expand Down

0 comments on commit ff00a01

Please sign in to comment.