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"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE phpunit SYSTEM "phpunit.dtd" > <!DOCTYPE phpunit SYSTEM "phpunit.dtd" >
<phpunit <phpunit
backupGlobals="true"
backupStaticAttributes="false"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
colors="true" colors="true"
processIsolation="true" processIsolation="false"
stopOnFailure="true" stopOnFailure="false"
syntaxCheck="false" syntaxCheck="false">
backupGlobals="false">
<filter> <filter>
<blacklist> <blacklist>
<directory suffix=".php">../../build/</directory> <directory suffix=".php">../../build/</directory>