twigs-nextcloud/phpunit.integration.xml
William Brawner ba6e26c191 Initial commit
The skeleton project was generated from
https://apps.nextcloud.com/developer/apps/generate

The only additions so far have been to the lib/Db directory, where the
classes, schema and CRUD operations were added for Budget, Category,
Transaction, and UserPermission entities.
2020-03-07 12:36:23 -06:00

7 lines
217 B
XML

<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
<directory>./tests/Integration</directory>
</testsuite>
</testsuites>
</phpunit>