소스 검색

fixed PHPUnit configuration

Fabien Potencier 14 년 전
부모
커밋
0b98a2861e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>