William Brawner
ba6e26c191
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.
7 lines
203 B
XML
7 lines
203 B
XML
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>./tests/Unit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|