We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82884eb commit a9d0621Copy full SHA for a9d0621
README.md
@@ -25,13 +25,6 @@ Find all documentation here [here](https://github.com/OxCom/symfony3-rollbar-bun
25
access_token: 'some-secret-token-here'
26
```
27
28
-# Tests
29
-To run test You have to provide an access token and then run test
30
-```bash
31
-$ export ROLLBAR_ACCESS_TOKEN="token here"
32
-$ ./vendor/bin/phpunit -c Tests/phpunit.xml.dist
33
-```
34
-
35
# TODO
36
- Add integration for [Rollbar.JS](https://rollbar.com/docs/notifier/rollbar.js/)
37
- More docs
0 commit comments