Skip to content

Commit

Permalink
Changes related to cr
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Oct 25, 2023
1 parent feb8b29 commit ef124bb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Tests/Unit/UnitTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@
<directory suffix="Test.php">./</directory>
</testsuite>
</testsuites>
<!-- @todo: change tag to 'coverage' when TF requires phpunit > 9 -->
<filter>
<!-- @todo: change tag to 'include' when TF requires phpunit > 9 -->
<whitelist>
<coverage>
<include>
<!--
This path needs an adaption in extensions, when coverage statistics are wanted.
-->
<directory>../../../../../../typo3/sysext/*/Classes/</directory>
</whitelist>
</filter>
</include>
</coverage>
<php>
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
<const name="TYPO3_MODE" value="BE" />
Expand Down

0 comments on commit ef124bb

Please sign in to comment.