Howto run tests

This commit is contained in:
thrillfall 2023-02-24 16:49:31 +01:00
parent a1893061ce
commit 18c52e4ed7
1 changed files with 7 additions and 0 deletions

View File

@ -115,3 +115,10 @@ POST /index.php/apps/gpoddersync/episode_action/create
}
]
```
## Development
### Testing
- mount project into apps-extra of nextcloud environment (https://github.com/juliushaertl/nextcloud-docker-dev)
- `docker-compose exec nextcloud occ app:enable gpoddersync` enable app so we have database tables
- `docker-compose exec nextcloud phpunit9 -c apps-extra/nextcloud-gpodder/tests/phpunit.xml`