diff --git a/phpunit.xml b/phpunit.xml
index 801a8ef..e65e377 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,15 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <phpunit bootstrap="./tests/bootstrap.php">
     <testsuites>
-        <testsuite>
+        <testsuite name="tests">
             <directory>tests</directory>
         </testsuite>
     </testsuites>
-    <filter>
-        <whitelist>
-            <directory suffix=".php">src</directory>
-        </whitelist>
-    </filter>
     <logging>
         <log type="coverage-clover" target="build/logs/clover.xml"/>
     </logging>