]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/phpunit.xml.dist
fix phpunit
[github/wallabag/wallabag.git] / app / phpunit.xml.dist
index 2b41503b755eab23c6719cb08ca64a772456c1d5..463d33843044db2314941cdf05ec1f11febe2c68 100644 (file)
@@ -8,19 +8,13 @@
          bootstrap="bootstrap.php.cache"
 >
     <testsuites>
-        <testsuite name="Project Test Suite">
+        <testsuite name="wallabag Test Suite">
             <directory>../src/*/*Bundle/Tests</directory>
             <directory>../src/*/Bundle/*Bundle/Tests</directory>
             <directory>../src/*Bundle/Tests</directory>
         </testsuite>
     </testsuites>
 
-    <!--
-    <php>
-        <server name="KERNEL_DIR" value="/path/to/your/app/" />
-    </php>
-    -->
-
     <filter>
         <whitelist>
             <directory>../src</directory>