Fix: wrong syntax
This commit is contained in:
parent
36c3e19349
commit
31ff042e10
@ -10,6 +10,10 @@
|
|||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="true"
|
stopOnFailure="true"
|
||||||
syntaxCheck="true">
|
syntaxCheck="true">
|
||||||
|
<php>
|
||||||
|
<ini name="max_execution_time" value="600"/>
|
||||||
|
<ini name="max_input_time" value="600"/>
|
||||||
|
</php>
|
||||||
<filter>
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
<directory suffix=".php">../../build/</directory>
|
<directory suffix=".php">../../build/</directory>
|
||||||
@ -50,6 +54,4 @@
|
|||||||
</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