Browse Source

excluded all Resources dirs from PHPUnit code coverage

Fabien Potencier 14 năm trước cách đây
mục cha
commit
6eca31ce8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>