From 046bd02d6c6793e7731f6b38ff0a03c6cc5ca264 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sun, 2 Sep 2018 12:07:37 +0200 Subject: [PATCH] Add it() explanation to Contribution guidelines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) 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: