diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8ec9e6..95804ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,6 +25,8 @@ composer install ./vendor/bin/phpunit ``` +Some tests have annotation `@see it('')`. 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: