Skip to content

Commit

Permalink
Merge branch 'hotfix/readme-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pölönen committed Jun 8, 2016
2 parents 9ad066b + c4ef318 commit 19242ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,13 @@ Then in another window run the tests:
```bash
vendor/bin/codecept run
```

### Running phpcs

First cd into the root directory.

Then the phpcs:

```bash
phpcs --standard=ruleset.xml -v .
```

0 comments on commit 19242ec

Please sign in to comment.