File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class TestCaseTest extends TestCase
22
22
{
23
23
protected static int $ testStatic = 456 ;
24
24
25
- public static function provideDataSetAsStringWithData (): iterable
25
+ public static function provideDataSetAsStringWithDataProvider (): iterable
26
26
{
27
27
yield ['' , 'dataSet ' , []];
28
28
@@ -94,7 +94,7 @@ public function testGetNameReturnsMethodName(): void
94
94
$ this ->assertSame ($ methodName , $ testCase ->nameWithDataSet ());
95
95
}
96
96
97
- #[DataProvider('provideDataSetAsStringWithData ' )]
97
+ #[DataProvider('provideDataSetAsStringWithDataProvider ' )]
98
98
public function testDataSetAsStringWithData (string $ expectedData , int |string $ dataName , array $ data ): void
99
99
{
100
100
$ testCase = new TestWithDifferentNames ('testWithName ' );
You can’t perform that action at this time.
0 commit comments