Skip to content

Commit

Permalink
add some testing documentation to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Infamoustrey committed Dec 18, 2020
1 parent c9a8411 commit 85b792f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SMARTSHEET_API_TOKEN=
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Full api coverage! There's a lot missing, if you see something missing then put
Feel free to [submit a PR](https://github.com/Infamoustrey/smartsheet/compare), just be sure to explain what you are trying to fix/add when submitting it.
If you do decide to add functionality, it must be covered by a test. See the [contribution guide](./CONTRIBUTING.md) for more info.

To run the tests simply run
To run the tests simply run, you'll want to add a `.env` file(see `.env.example`) with a valid api token value in the `SMARTSHEET_API_TOKEN` variable.
Tests are also run on pull requests.

```bash
$ ./vendor/bin/phpunit
Expand Down

0 comments on commit 85b792f

Please sign in to comment.