We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@dataProvider
1 parent 22d496a commit 04de522Copy full SHA for 04de522
tests/Core/File/GetTokensAsStringTest.php
@@ -109,7 +109,7 @@ public function testLengthBeyondEndOfFile()
109
* @param int $length Token length to get.
110
* @param string $expected The expected function return value.
111
*
112
- * @dataProvider dataGetTokensAsString()
+ * @dataProvider dataGetTokensAsString
113
114
* @return void
115
*/
@@ -284,7 +284,7 @@ public static function dataGetTokensAsString()
284
285
286
287
- * @dataProvider dataGetOrigContent()
+ * @dataProvider dataGetOrigContent
288
289
290
0 commit comments