Skip to content

Commit

Permalink
Add bootstrap option into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Oct 29, 2015
1 parent d471a99 commit 3954393
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ You can give optional `-c` argument to load a particular PHPUnit configuration f
vendor/bin/covers-validator -c tests/Fixtures/configuration.xml
```

You can override `bootstrap` specified in PHPUnit configuration:

```
vendor/bin/covers-validator --bootstrap tests/bootstrap.php
```

### Sample output

```
Expand Down

0 comments on commit 3954393

Please sign in to comment.