mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Add CS info into Contributing docs
This commit is contained in:
parent
c1a62fdb05
commit
54456b1160
@ -14,14 +14,20 @@ For smaller contributions just use this workflow:
|
||||
* Send a pull request
|
||||
|
||||
## Using GraphQL PHP from a Git checkout
|
||||
```
|
||||
$ git clone https://github.com/webonyx/graphql-php.git
|
||||
$ cd graphql-php
|
||||
$ composer install
|
||||
```sh
|
||||
git clone https://github.com/webonyx/graphql-php.git
|
||||
cd graphql-php
|
||||
composer install
|
||||
```
|
||||
|
||||
## Running tests
|
||||
From the project root:
|
||||
```sh
|
||||
./vendor/bin/phpunit
|
||||
```
|
||||
$ ./bin/phpunit
|
||||
|
||||
## Coding Standard
|
||||
Coding standard of this project is based on [Doctrine CS](https://github.com/doctrine/coding-standard). To run the inspection:
|
||||
|
||||
```sh
|
||||
./vendor/bin/phpcs
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user