Skip to content

Commit

Permalink
add instructions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 2, 2016
1 parent 7c34502 commit 08a04ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Testing

To run the tests you'll have to start the included node based server first in a separate terminal window.

```bash
cd tests/server
./start_server.sh
```

With the server running, you can start testing.
```bash
vendor/bin/phpunit
```

## Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Expand Down

0 comments on commit 08a04ff

Please sign in to comment.