Skip to content

Commit

Permalink
Explain that .dunitconfig is going to be added
Browse files Browse the repository at this point in the history
  • Loading branch information
ckdarby committed Oct 27, 2014
1 parent 994e84a commit 53d03e6
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,5 @@ $ ./vendor/bin/dunit -p "5.3 5.4"

## Configuration

Everything is customizable through the file `.dunitconfig` file. It is
recommended to copy the included default configuration file `.dunitconfig.dist`
and make changes as needed:

```shell
$ cp ./vendor/vectorface/dunit/.dunitconfig.dist ./.dunitconfig
```

or use environment variables to override the default settings:

```shell
$ DUNIT_PHPVERSION="5.3 5.4" DUNIT_PHPSYNTAX=true ./vendor/bin/dunit
```
Everything is customizable through the file `.dunitconfig` file. During
`composer install` the `.dunitconfig` file will be added to your root directory.

0 comments on commit 53d03e6

Please sign in to comment.