Explorar el Código

excluded all Resources dirs from PHPUnit code coverage

Fabien Potencier hace 14 años
padre
commit
6eca31ce8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -23,8 +23,8 @@
             <directory>./src/Symfony/</directory>
             <exclude>
                 <directory>./src/Symfony/Bundle/*/Resources</directory>
+                <directory>./src/Symfony/Component/*/Resources</directory>
                 <file>./src/Symfony/Component/HttpKernel/bootstrap.php</file>
-                <file>./src/Symfony/Component/HttpKernel/Resources/bin/packager.php</file>
             </exclude>
         </whitelist>
     </filter>