Fix: regression and syntax error
This commit is contained in:
parent
fe223e2001
commit
094c062cbd
@ -7,7 +7,7 @@
|
|||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
colors="true"
|
colors="true"
|
||||||
processIsolation="true"
|
processIsolation="false"
|
||||||
stopOnFailure="true"
|
stopOnFailure="true"
|
||||||
syntaxCheck="true">
|
syntaxCheck="true">
|
||||||
<php>
|
<php>
|
||||||
|
|||||||
@ -10,7 +10,11 @@
|
|||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="true"
|
stopOnFailure="true"
|
||||||
syntaxCheck="true">
|
syntaxCheck="true">
|
||||||
<filter>
|
<php>
|
||||||
|
<ini name="max_execution_time" value="600"/>
|
||||||
|
<ini name="max_input_time" value="600"/>
|
||||||
|
</php>
|
||||||
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
<directory suffix=".php">../../build/</directory>
|
<directory suffix=".php">../../build/</directory>
|
||||||
<directory suffix=".php">../../dev/</directory>
|
<directory suffix=".php">../../dev/</directory>
|
||||||
@ -51,7 +55,5 @@
|
|||||||
<file>../../htdocs/ftp/pre.inc.php</file>
|
<file>../../htdocs/ftp/pre.inc.php</file>
|
||||||
</exclude>
|
</exclude>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
<ini name="max_execution_time" value="600"/>
|
|
||||||
<ini name="max_input_time" value="600"/>
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
Loading…
Reference in New Issue
Block a user