mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
[TASK] Add coverage configuration for functional tests (#1092)
We already had this for unit tests, but it was missing for functional tests. Also, we do not need to provide a path in this configuration - it suffices to have this node present in the configuration files. Closes #1078
This commit is contained in:
parent
13b2105030
commit
0ff0f83edd
2 changed files with 2 additions and 8 deletions
|
@ -20,6 +20,7 @@
|
||||||
stopOnSkipped="false"
|
stopOnSkipped="false"
|
||||||
verbose="false"
|
verbose="false"
|
||||||
>
|
>
|
||||||
|
<coverage/>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Functional tests">
|
<testsuite name="Functional tests">
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
stopOnSkipped="false"
|
stopOnSkipped="false"
|
||||||
verbose="false"
|
verbose="false"
|
||||||
>
|
>
|
||||||
|
<coverage/>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Unit tests">
|
<testsuite name="Unit tests">
|
||||||
<!--
|
<!--
|
||||||
|
@ -30,14 +31,6 @@
|
||||||
<directory suffix="Test.php">./</directory>
|
<directory suffix="Test.php">./</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<coverage>
|
|
||||||
<include>
|
|
||||||
<!--
|
|
||||||
This path needs an adaption in extensions, when coverage statistics are wanted.
|
|
||||||
-->
|
|
||||||
<directory>../../../../../../typo3/sysext/*/Classes/</directory>
|
|
||||||
</include>
|
|
||||||
</coverage>
|
|
||||||
<php>
|
<php>
|
||||||
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
|
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
|
||||||
<const name="TYPO3_MODE" value="BE"/>
|
<const name="TYPO3_MODE" value="BE"/>
|
||||||
|
|
Loading…
Reference in a new issue