Skip to content

Commit 824caea

Browse files
committed
Make PHPUnit Data Provider Public
1 parent bcdebc1 commit 824caea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpClient/HttpPluginClientBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function matches(RequestInterface $request): bool
6666
}
6767

6868
/** @return iterable{object|null, class-string|null} */
69-
private static function provideRequestFactories(): iterable
69+
public static function provideRequestFactories(): iterable
7070
{
7171
// Fallback
7272
yield [null, null];

0 commit comments

Comments
 (0)