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.
1 parent be351ee commit d1bc378Copy full SHA for d1bc378
tests/Psr17FactoryDiscoveryTest.php
@@ -42,6 +42,7 @@ public function getFactories()
42
yield ['findServerRequestFactory', ServerRequestFactoryInterface::class];
43
yield ['findStreamFactory', StreamFactoryInterface::class];
44
yield ['findUploadedFileFactory', UploadedFileFactoryInterface::class];
45
+ yield ['findUriFactory', UriFactoryInterface::class];
46
yield ['findUrlFactory', UriFactoryInterface::class];
47
}
48
0 commit comments