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.
@see
@dataProvider
1 parent 0a402fb commit cea9be2Copy full SHA for cea9be2
tests/Core/Config/GeneratorArgTest.php
@@ -25,8 +25,9 @@ final class GeneratorArgTest extends TestCase
25
*
26
* @param string $generatorName Generator name.
27
28
- * @return void
29
* @dataProvider dataGeneratorNames
+ *
30
+ * @return void
31
*/
32
public function testGenerators($generatorName)
33
{
@@ -40,8 +41,9 @@ public function testGenerators($generatorName)
40
41
/**
42
* Data provider for testGenerators().
43
44
+ * @see self::testGenerators()
45
46
* @return array<int, array<string>>
- * @see self::testGenerators()
47
48
public static function dataGeneratorNames()
49
0 commit comments