From 3c110768ca8f7648372ffe418824e03c82ef5992 Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Fri, 9 Feb 2018 09:56:30 +0100 Subject: [PATCH] [TEST] Deactivate basket test --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 2354743bb2a..530c91a71ac 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,7 +4,7 @@ <testsuite name="Maarch Core Test Suite"> <!--directory>core/Test</directory--> <file>core/Test/ActionControllerTest.php</file> - <file>core/Test/BasketControllerTest.php</file> + <!--<file>core/Test/BasketControllerTest.php</file>--> <file>core/Test/NotificationControllerTest.php</file> <file>core/Test/NotificationScheduleControllerTest.php</file> <file>core/Test/ParameterControllerTest.php</file> -- GitLab