From d0d2d85d7f6c248e4b8ddeeeb9f56b2daba51b2b Mon Sep 17 00:00:00 2001 From: Guillaume Heurtier <guillaume.heurtier@maarch.org> Date: Thu, 2 Jan 2020 12:13:27 +0100 Subject: [PATCH] FEAT #11403 TIME 0:05 added follow/un-follow unit tests in conf --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 7dc62a6a808..e7fedf530b3 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -40,6 +40,7 @@ <file>test/unitTests/app/folder/FolderControllerTest.php</file> <file>test/unitTests/app/configuration/ConfigurationControllerTest.php</file> <file>test/unitTests/app/tag/TagControllerTest.php</file> + <file>test/unitTests/app/tag/UserFollowedResourceControllerTest.php</file> <!-- The last one should be history --> <file>test/unitTests/app/history/HistoryControllerTest.php</file> </testsuite> -- GitLab