Explorar o código

tweaked phpunit.xml

Fabien Potencier %!s(int64=15) %!d(string=hai) anos
pai
achega
39aa067c21
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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>