Fix: try another parameters
This commit is contained in:
parent
567b4565f9
commit
61f2ddd273
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user