Skip to content

Commit b3c6f3c

Browse files
Update Readme.md Contributing
Update contributing to include code quality tests (PHP CODESNIFFER)
1 parent 37f5aab commit b3c6f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ and changing the settings on the generated `config/css-inliner.php` file.
8585
```bash
8686
$ composer install
8787
$ ./vendor/bin/phpunit
88+
$ ./vendor/bin/phpcs --standard=phpcs.xml ./src/
89+
$ ./vendor/bin/phpcs --standard=phpcs.xml ./tests/;
8890
```
8991
In addition to a full test suite, there is Travis integration.
9092

0 commit comments

Comments
 (0)