diff --git a/phpunit.xml b/phpunit.xml
index df49f6f9786df11e7b09353cfcb76604e47f69b5..bb9c4a7e1e5881a12c51429270455bfbbc7f735e 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -10,7 +10,7 @@
          stopOnFailure="false">
     <testsuites>
         <testsuite name="Feature">
-            <directory suffix="AddMemberTest.php">./tests/Feature</directory>
+            <directory suffix="Test.php">./tests/Feature</directory>
         </testsuite>
 
         <testsuite name="Unit">