Remove bitbucket pipeline, update readme with test tools

This commit is contained in:
2023-01-11 17:14:47 +09:00
parent 58a6d994ca
commit 0579a075dc
3 changed files with 10 additions and 26 deletions

View File

@@ -63,6 +63,16 @@ DOUBLE="This will be ignored"
## Development
### Phan
`vendor/bin/phan
### PHPstan
`vendor/bin/phpstan --analyze-twice`
### PHPUnit
Unit tests have to be run from base folder with
`vendor/bin/phpunit test/phpUnitTests/`