Skip to content

Commit

Permalink
tweaked phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 18, 2010
1 parent 9d604fe commit 39aa067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Expand Up @@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
Expand All @@ -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>
Expand Down

0 comments on commit 39aa067

Please sign in to comment.