Explorar el Código

fixed PHPUnit configuration

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

+ 2 - 2
phpunit.xml.dist

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