Skip to content

Commit

Permalink
Add documentation for test running.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBrauner committed Aug 21, 2022
1 parent 8e717af commit b933c54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ properly on your machine.
Then your tests should work fine performing a simple:

```shell
yarn --cwd ./src/Resources/assets install --force
yarn --cwd ./tests/app install --force
yarn --cwd ./src/Resources/assets dev
yarn --cwd ./tests/app dev

./vendor/phpunit/phpunit/phpunit
```

Expand Down

0 comments on commit b933c54

Please sign in to comment.