Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Add doc for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbengsch committed Jan 4, 2017
1 parent 2e54a32 commit 2585b45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,7 @@ You can access the Kuzzle repository on [Github](https://github.com/kuzzleio/kuz
* [Composer](#composer)
* [Basic usage](#basic-usage)
* [Bundle Symfony](#bundle)
* [Running tests](#tests)
* [License](#license)

## SDK Documentation
Expand Down Expand Up @@ -68,6 +69,14 @@ You can find a Symfony bridge bundle for this module [here](https://github.com/k
composer require kuzzleio/kuzzle-symfony-bridge
```


## <a name="tests"></a> Running Tests

```
php ./vendor/bin/phpcs -p -n --standard=PSR2 src
php ./vendor/bin/phpunit
```

## License

[Apache 2](LICENSE.md)

0 comments on commit 2585b45

Please sign in to comment.