Skip to content

Commit d1bc378

Browse files
Test the replacement method too
1 parent be351ee commit d1bc378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Psr17FactoryDiscoveryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function getFactories()
4242
yield ['findServerRequestFactory', ServerRequestFactoryInterface::class];
4343
yield ['findStreamFactory', StreamFactoryInterface::class];
4444
yield ['findUploadedFileFactory', UploadedFileFactoryInterface::class];
45+
yield ['findUriFactory', UriFactoryInterface::class];
4546
yield ['findUrlFactory', UriFactoryInterface::class];
4647
}
4748
}

0 commit comments

Comments
 (0)