From 45342fcde35d768b152ff6bec80c8151b42ad1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 26 Dec 2016 21:15:29 +0100 Subject: [PATCH] move export test helper to new namespace --- Test/Export/AbstractExportTestHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Export/AbstractExportTestHelper.php b/Test/Export/AbstractExportTestHelper.php index 4cfad3107..bdee0f358 100644 --- a/Test/Export/AbstractExportTestHelper.php +++ b/Test/Export/AbstractExportTestHelper.php @@ -15,7 +15,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -namespace Chill\MainBundle\Test; +namespace Chill\MainBundle\Test\Export; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; use Doctrine\ORM\QueryBuilder;