Skip to content

Commit

Permalink
Merge pull request #42 from pusher/improve_testing_instructions
Browse files Browse the repository at this point in the history
Update readme to explain that a client must be connected during tests
  • Loading branch information
WillSewell committed Jun 20, 2015
2 parents 0e1643a + e8cff9f commit 4c0f016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 4c0f016

Please sign in to comment.