File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ public function testRule(): void
179179
180180
181181 /**
182- * @dataProvider provideNamedArgumentVersions
182+ * @dataProvider provideNamedArgumentPHPUnitVersions
183183 */
184- #[DataProvider('provideNamedArgumentVersions ' )]
184+ #[DataProvider('provideNamedArgumentPHPUnitVersions ' )]
185185 public function testRulePhp8 (?int $ phpunitVersion ): void
186186 {
187187 if (PHP_VERSION_ID < 80000 ) {
@@ -306,7 +306,7 @@ public function testTrimmingArgs(): void
306306 ]);
307307 }
308308
309- static public function provideNamedArgumentVersions (): iterable
309+ static public function provideNamedArgumentPHPUnitVersions (): iterable
310310 {
311311 return [
312312 [null ],
@@ -316,9 +316,9 @@ static public function provideNamedArgumentVersions(): iterable
316316 }
317317
318318 /**
319- * @dataProvider provideNamedArgumentVersions
319+ * @dataProvider provideNamedArgumentPHPUnitVersions
320320 */
321- #[DataProvider('provideNamedArgumentVersions ' )]
321+ #[DataProvider('provideNamedArgumentPHPUnitVersions ' )]
322322 public function testNamedArgumentsInDataProviders (?int $ phpunitVersion ): void
323323 {
324324 $ this ->phpunitVersion = $ phpunitVersion ;
You can’t perform that action at this time.
0 commit comments