Ver Fonte

tweaked phpunit.xml

Fabien Potencier há 15 anos atrás
pai
commit
39aa067c21
1 ficheiros alterados com 3 adições e 3 exclusões
  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>