Remove PHPUnit warnings
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
4fc0870059
commit
0361b181fc
@ -20,8 +20,8 @@
|
||||
</testsuites>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
||||
<log type="coverage-clover" target="build/logs/clover.xml" />
|
||||
<log type="junit" target="build/logs/junit.xml" />
|
||||
<log type="json" target="build/logs/phpunit.json" />
|
||||
</logging>
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
<phpunit bootstrap="test/bootstrap-dist.php"
|
||||
backupGlobals="true"
|
||||
backupStaticAttributes="false"
|
||||
strict="true"
|
||||
timeoutForSmallTests="3"
|
||||
colors="true"
|
||||
verbose="true">
|
||||
|
||||
@ -22,7 +20,7 @@
|
||||
</testsuites>
|
||||
|
||||
<logging>
|
||||
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
||||
<log type="junit" target="build/logs/junit.xml" />
|
||||
<log type="json" target="build/logs/phpunit.json" />
|
||||
</logging>
|
||||
</phpunit>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user