stable

Clone or download

Read-only

chore: Drop Mockery usage in Http core tests

Part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: Iba3dcbb69ff25ffcb3fe4c58789daacbc780c377

Modified Files

Name
M tests/unit/common/Http/Response/BinaryFileResponseBuilderTest.php +28 −33 Go to diff View file
M tests/unit/common/Http/Response/RedirectWithFeedbackFactoryTest.php +6 −30 Go to diff View file
M tests/unit/common/Http/Server/MiddlewareDispatcherTest.php +9 −12 Go to diff View file
M tests/unit/common/Http/Server/RejectNonHTTPSRequestMiddlewareTest.php +10 −14 Go to diff View file
M tests/unit/common/Http/Server/RequestHandlerAsMiddlewareTest.php +5 −11 Go to diff View file
M tests/unit/common/Http/Server/ServiceInstrumentationMiddlewareTest.php +7 −6 Go to diff View file