From ebfe702f04228f154748539f439201f7762f63bb Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Wed, 30 Aug 2017 17:24:30 -0400 Subject: [PATCH] Being consistent with src structure --- tests/{App => }/Command/AddUserCommandTest.php | 0 tests/{App => }/Controller/Admin/BlogControllerTest.php | 0 tests/{App => }/Controller/BlogControllerTest.php | 0 tests/{App => }/Controller/DefaultControllerTest.php | 0 .../Form/DataTransformer/TagArrayToStringTransformerTest.php | 0 tests/{App => }/Utils/SluggerTest.php | 0 tests/{App => }/Utils/ValidatorTest.php | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/{App => }/Command/AddUserCommandTest.php (100%) rename tests/{App => }/Controller/Admin/BlogControllerTest.php (100%) rename tests/{App => }/Controller/BlogControllerTest.php (100%) rename tests/{App => }/Controller/DefaultControllerTest.php (100%) rename tests/{App => }/Form/DataTransformer/TagArrayToStringTransformerTest.php (100%) rename tests/{App => }/Utils/SluggerTest.php (100%) rename tests/{App => }/Utils/ValidatorTest.php (100%) diff --git a/tests/App/Command/AddUserCommandTest.php b/tests/Command/AddUserCommandTest.php similarity index 100% rename from tests/App/Command/AddUserCommandTest.php rename to tests/Command/AddUserCommandTest.php diff --git a/tests/App/Controller/Admin/BlogControllerTest.php b/tests/Controller/Admin/BlogControllerTest.php similarity index 100% rename from tests/App/Controller/Admin/BlogControllerTest.php rename to tests/Controller/Admin/BlogControllerTest.php diff --git a/tests/App/Controller/BlogControllerTest.php b/tests/Controller/BlogControllerTest.php similarity index 100% rename from tests/App/Controller/BlogControllerTest.php rename to tests/Controller/BlogControllerTest.php diff --git a/tests/App/Controller/DefaultControllerTest.php b/tests/Controller/DefaultControllerTest.php similarity index 100% rename from tests/App/Controller/DefaultControllerTest.php rename to tests/Controller/DefaultControllerTest.php diff --git a/tests/App/Form/DataTransformer/TagArrayToStringTransformerTest.php b/tests/Form/DataTransformer/TagArrayToStringTransformerTest.php similarity index 100% rename from tests/App/Form/DataTransformer/TagArrayToStringTransformerTest.php rename to tests/Form/DataTransformer/TagArrayToStringTransformerTest.php diff --git a/tests/App/Utils/SluggerTest.php b/tests/Utils/SluggerTest.php similarity index 100% rename from tests/App/Utils/SluggerTest.php rename to tests/Utils/SluggerTest.php diff --git a/tests/App/Utils/ValidatorTest.php b/tests/Utils/ValidatorTest.php similarity index 100% rename from tests/App/Utils/ValidatorTest.php rename to tests/Utils/ValidatorTest.php