This commit is contained in:
Milos Stojanovic
2019-08-27 15:32:59 +02:00
parent 6276ec9a16
commit 8ca6eb5854
2 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ Once everything is ready visit: `http://localhost:8080`
## Run tests & static analysis
Testing requires xdebug and sqlite php extensions.
```
vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend

View File

@@ -30,6 +30,8 @@ Once everything is ready visit: `http://localhost:8080`
## Run tests & static analysis
Testing requires xdebug and sqlite php extensions.
```
vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend