diff --git a/phpunit.xml b/phpunit.xml
index 7dc62a6a808cf6286da97a33d87839ceb4ab2ece..e7fedf530b3b37650dd4a3852e8b8feda8434d90 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>