Add it() explanation to Contribution guidelines

This commit is contained in:
Simon Podlipsky 2018-09-02 12:07:37 +02:00
parent ec54d6152b
commit 046bd02d6c
No known key found for this signature in database
GPG Key ID: 725C2BD962B42663

View File

@ -25,6 +25,8 @@ composer install
./vendor/bin/phpunit ./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
Coding standard of this project is based on [Doctrine CS](https://github.com/doctrine/coding-standard). To run the inspection: Coding standard of this project is based on [Doctrine CS](https://github.com/doctrine/coding-standard). To run the inspection: