Skip to content

Commit

Permalink
Merge pull request #469 from owncloud/moveUnitTestsForRichdocuments
Browse files Browse the repository at this point in the history
[tests-only][full-ci]Tidy up the phpunit xml file for `Richdocuments` app
  • Loading branch information
phil-davis authored May 24, 2022
2 parents 7e37bfc + 88404b4 commit 38b6a8b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
timeoutForLargeTests="900"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<testsuites>
<testsuite name="unit">
<directory suffix="Test.php">./tests/unit</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">.</directory>
Expand All @@ -22,13 +27,4 @@
<clover outputFile="./tests/output/clover.xml"/>
</report>
</coverage>
<testsuites>
<testsuite name="unit">
<directory suffix="Test.php">./tests/unit</directory>
</testsuite>
</testsuites>
<!-- filters for code coverage -->
<logging>
<!-- and this is where your report will be written -->
</logging>
</phpunit>

0 comments on commit 38b6a8b

Please sign in to comment.