JENKINS-CI changing phpunit.xml to first stage in jenkins, in this first stage we only check style and basic phpunits
This commit is contained in:
@@ -7,14 +7,13 @@
|
|||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="false"
|
stopOnFailure="true"
|
||||||
syntaxCheck="false"
|
syntaxCheck="true"
|
||||||
bootstrap="tests/bootstrap.php"
|
bootstrap="tests/bootstrap.php"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="automated">
|
<testsuite name="automated">
|
||||||
<directory>./tests/automated/</directory>
|
<directory>./tests/automated/</directory>
|
||||||
<directory>./tests/unit/backend/services/</directory>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<!--
|
<!--
|
||||||
<testsuite name="unit">
|
<testsuite name="unit">
|
||||||
@@ -48,10 +47,6 @@
|
|||||||
</php>
|
</php>
|
||||||
|
|
||||||
<logging>
|
<logging>
|
||||||
<log type="coverage-html" target="build/coverage" title="ERC"
|
|
||||||
charset="UTF-8" yui="true" highlight="true"
|
|
||||||
lowUpperBound="10" highLowerBound="20"/>
|
|
||||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
||||||
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
||||||
</logging>
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user