Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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