Skip to content

Commit

Permalink
Clarified about calling phpunit under Windows in git-workflow.md [ski…
Browse files Browse the repository at this point in the history
…p ci]
  • Loading branch information
derekisbusy authored and samdark committed Feb 18, 2017
1 parent 569bc89 commit bb55311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following steps are optional.
### Unit tests

You can execute unit tests by running `phpunit` in the repo root directory. If you do not have phpunit installed globally
you can run `php vendor/bin/phpunit` instead.
you can run `php vendor/bin/phpunit` or `vendor/bin/phpunit.bat` in case of execution from the Windows OS.

Some tests require additional databases to be set up and configured. You can create `tests/data/config.local.php` to override
settings that are configured in `tests/data/config.php`.
Expand Down

0 comments on commit bb55311

Please sign in to comment.