Skip to content
Snippets Groups Projects
Commit 61f2ddd2 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: try another parameters

parent 567b4565
No related branches found
No related tags found
No related merge requests found
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment