@ -13,7 +13,7 @@ before_script:
script:
- mkdir -p build/logs
- phpunit --coverage-text
- ./vendor/bin/phpunit --coverage-text
- ./vendor/bin/phpcs src --standard=psr2
after_script:
@ -29,7 +29,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/thephpl
## Running Tests
``` bash
$ phpunit
$ ./vendor/bin/phpunit
```
@ -175,7 +175,7 @@ $ composer require "league/oauth2-client=~0.5.0"
## Testing
## Contributing