From cd28e74d3138f466b927b2eb758744498990505e Mon Sep 17 00:00:00 2001
From: Damien <damien.burel@maarch.org>
Date: Thu, 26 Apr 2018 14:47:38 +0200
Subject: [PATCH] FEAT phpunit xml for new test

---
 phpunit.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phpunit.xml b/phpunit.xml
index 4ecffe5187b..dba7c55b5f4 100755
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -4,6 +4,7 @@
         <testsuite name="Maarch Core Test Suite">
             <!--directory>core/Test</directory-->
             <file>core/Test/ActionControllerTest.php</file>
+            <file>core/Test/AutocompleteControllerTest.php</file>
             <file>core/Test/BasketControllerTest.php</file>
             <file>core/Test/ContactControllerTest.php</file>
             <file>core/Test/DoctypeControllerTest.php</file>
-- 
GitLab