File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1010namespace PHPUnit \Framework \Constraint ;
1111
1212use function json_decode ;
13-
1413use function json_last_error ;
1514use function sprintf ;
1615use SebastianBergmann \RecursionContext \InvalidArgumentException ;
Original file line number Diff line number Diff line change @@ -978,7 +978,6 @@ public function testWithVariousIterableDataProvidersFromParent(): void
978978 ['P ' ],
979979 ['Q ' ],
980980 ['R ' ],
981-
982981 ], $ dataSets );
983982 }
984983
@@ -996,7 +995,6 @@ public function testWithVariousIterableDataProvidersInParent(): void
996995 ['P ' ],
997996 ['Q ' ],
998997 ['R ' ],
999-
1000998 ], $ dataSets );
1001999 }
10021000
@@ -1014,7 +1012,6 @@ public function testWithVariousIterableAbstractDataProviders(): void
10141012 ['Y ' ],
10151013 ['Z ' ],
10161014 ['P ' ],
1017-
10181015 ], $ dataSets );
10191016 }
10201017
@@ -1377,7 +1374,6 @@ public function getLinesToBeCoveredProvider(): array
13771374 [
13781375 TEST_FILES_PATH . 'CoveredClass.php ' => range (35 , 39 ),
13791376 ],
1380-
13811377 ],
13821378 [
13831379 CoveragePublicTest::class,
You can’t perform that action at this time.
0 commit comments