Skip to content

Commit

Permalink
Document how to run the tests, fixes #102
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 23, 2015
1 parent 96491e3 commit 95f781f
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 @@ -137,6 +137,16 @@ per-module configuration files.
Please also note that support for Composer and PHPUnit on FreeBSD is untested
and thus likely incomplete.

### Running the test suite

To run the tests install the ruby dependencies with `bundler` and execute
`rake`:

```
bundle install --path vendor/bundle
bundle exec rake
```

## Bugs & New Features

If you happen to stumble upon a bug, please feel free to create a pull request
Expand Down

0 comments on commit 95f781f

Please sign in to comment.