diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 81bfcc00ff3c5047fb1368eaf8c548088ccfd1f0..a0b0793a91755c1cce3399265bbc9dca206fec45 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -23,7 +23,7 @@
         <directory>./System</directory>
         <directory>../../plugins/*/tests</directory><!-- There should be actually a tests/System but this way we make sure to execute all tests even if some are not moved to correct subdirectory. We will execute Unit and Integration tests twice :( ... -->
         <directory>../../plugins/*/Test</directory>
-        <exclude>../../plugins/*/tests/Integration</exclude><!-- * in exclude is currently not supported by PHPUnit, so it won't work yet. See https://github.com/sebastianbergmann/php-file-iterator/pull/23 -->
+        <exclude>../../plugins/*/tests/Integration</exclude>
         <exclude>../../plugins/*/Test/Integration</exclude>
         <exclude>../../plugins/*/tests/Unit</exclude>
         <exclude>../../plugins/*/Test/Unit</exclude>