Skip to content

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Sep 30, 2020
1 parent 9bb60d4 commit a718208
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ There are several ways to help out:
* All tests and coding standard checks should pass
```bash
composer validate --strict
vendor/bin/phpcs --standard=php_cs.xml src/
vendor/bin/phpcs src/
vendor/bin/psalm
vendor/bin/phpstan analyse src --level=5
vendor/bin/phpunit tests/unit/
php phpat phpat.yaml
php phpat tests/functional/functional.yaml
Expand All @@ -28,6 +30,11 @@ Brief summary of how phpat works internally. The execution consists in several s
* **Statement construction**: Finds the tests, reads the rules and creates statements by resolving the selectors using the ReferenceMap.
* **Assertions**: Validates the assertions of each statement and emits the result events.

## Slack channel

Feel free to join the channel [#phpat](https://symfony-devs.slack.com/archives/CQFKA2R0D) on SymfonyDevs' workspace
if you want to discuss something or need some help.

---

## Code of conduct
Expand Down

0 comments on commit a718208

Please sign in to comment.