From 92294a2e6784cda91cb8fb18a34f6c6b0e0a101f Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 21 May 2016 12:08:17 -0400 Subject: [PATCH] Move doubles to Doubles namespace --- test/src/{ => Doubles}/MiddlewareMock.php | 2 +- test/src/{ => Doubles}/NextMock.php | 2 +- test/tests/unit/Dispatching/DispatchStackTest.php | 2 +- test/tests/unit/Dispatching/DispatcherTest.php | 2 +- test/tests/unit/Routing/MethodMapTest.php | 4 ++-- test/tests/unit/Routing/RouterTest.php | 2 +- test/tests/unit/ServerTest.php | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) rename test/src/{ => Doubles}/MiddlewareMock.php (95%) rename test/src/{ => Doubles}/NextMock.php (92%) diff --git a/test/src/MiddlewareMock.php b/test/src/Doubles/MiddlewareMock.php similarity index 95% rename from test/src/MiddlewareMock.php rename to test/src/Doubles/MiddlewareMock.php index 628ceee..280e950 100644 --- a/test/src/MiddlewareMock.php +++ b/test/src/Doubles/MiddlewareMock.php @@ -1,6 +1,6 @@