瀏覽代碼

tweaked phpunit.xml

Fabien Potencier 15 年之前
父節點
當前提交
39aa067c21
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      phpunit.xml

+ 3 - 3
phpunit.xml

@@ -7,7 +7,7 @@
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          processIsolation="false"
-         stopOnFailure="true"
+         stopOnFailure="false"
          syntaxCheck="false"
 >
   <testsuites>
@@ -30,8 +30,8 @@
         <directory suffix=".php">./src/Symfony/Framework/WebBundle/Resources</directory>
         <directory suffix=".php">./src/Symfony/Framework/ZendBundle/Resources</directory>
 
-        <file>src/Symfony/Foundation/bootstrap.php</file>
-        <file>src/Symfony/Foundation/packager.php</file>
+        <file>./src/Symfony/Foundation/bootstrap.php</file>
+        <file>./src/Symfony/Foundation/packager.php</file>
       </exclude>
     </whitelist>
   </filter>