Fix: try another parameters

This commit is contained in:
Regis Houssin 2011-09-19 22:37:16 +00:00
parent 567b4565f9
commit 61f2ddd273

View File

@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE phpunit SYSTEM "phpunit.dtd" >
<phpunit
<phpunit
backupGlobals="true"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
colors="true"
processIsolation="true"
stopOnFailure="true"
syntaxCheck="false"
backupGlobals="false">
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<filter>
<blacklist>
<directory suffix=".php">../../build/</directory>