mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 21:23:31 +03:00
Add it() explanation to Contribution guidelines
This commit is contained in:
parent
ec54d6152b
commit
046bd02d6c
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue