Merge pull request #343 from simPod/update-contibuting

Add it() explanation to Contribution guidelines
This commit is contained in:
Vladimir Razuvaev 2018-09-02 21:36:59 +07:00 committed by GitHub
commit a4edb34deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ composer install
./vendor/bin/phpunit
```
Some tests have annotation `@see it('<description>')`. It is used for reference to same tests in [graphql-js implementation](https://github.com/graphql/graphql-js) with the same description.
## Coding Standard
Coding standard of this project is based on [Doctrine CS](https://github.com/doctrine/coding-standard). To run the inspection: