From 2595b638476ce1fc8f858d04c593d41a6319e748 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 14 Jun 2015 13:07:29 +0200 Subject: [PATCH] [CLEANUP] Move the test to the correct namespaces --- Tests/Unit/Controller/TestimonialControllerTest.php | 2 +- Tests/Unit/Domain/Model/AdditionTest.php | 2 +- Tests/Unit/Domain/Model/TeaBeverageTest.php | 2 +- Tests/Unit/Domain/Model/TeaTypeTest.php | 2 +- Tests/Unit/Domain/Model/TestimonialTest.php | 2 +- Tests/Unit/Domain/Repository/TeaBeverageRepositoryTest.php | 2 +- Tests/Unit/Domain/Repository/TestimonialRepositoryTest.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Tests/Unit/Controller/TestimonialControllerTest.php b/Tests/Unit/Controller/TestimonialControllerTest.php index 5209ce0..430ab9e 100644 --- a/Tests/Unit/Controller/TestimonialControllerTest.php +++ b/Tests/Unit/Controller/TestimonialControllerTest.php @@ -1,5 +1,5 @@