Merge branch 'main' into typed
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Kiara Grouwstra 2022-10-18 17:48:02 +02:00
commit 3259f1c5a1
1 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,7 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
* CiviCRM (tested: 5.53.0)
* [CiviCRM CLI](https://github.com/civicrm/cv)
* [PHPUnit](https://phpunit.de/)
* [PHPStan](https://phpstan.org/)
## Installation (Web UI)
@ -56,6 +57,14 @@ cv en bij1migratie
## Testing
### Static analysis
```sh
phpstan analyse .
```
### Unit tests
- place this repository in a CiviCRM installation
- run:
```sh