Skip to content

Commit

Permalink
Update readme to explain that a client must be connected during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillSewell committed May 13, 2015
1 parent 89c649e commit e8cff9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -269,6 +269,8 @@ Requires [phpunit](https://github.com/sebastianbergmann/phpunit/).

* Got to the `tests` directory
* Rename `config.example.php` and replace the values with valid Pusher credentials **or** create environment variables.
* Some tests require a client to be connected to the app you defined in the config;
you can do this by opening https://app.pusher.com/apps/<YOUR_TEST_APP_ID>/api_access in the browser
* Execute `phpunit .` to run all the tests.

## Framework Integrations
Expand Down

0 comments on commit e8cff9f

Please sign in to comment.