Skip to content

Commit

Permalink
Added directory from which the command is run
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jun 2, 2017
1 parent 19d98fb commit ea340cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/v2.0/test/integration/integration_test_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ A testsuite configuration like the following can be added to the `<testsuites>`
</testsuite>
{%endhighlight%}

Such a test suite configuration can then be executed using the `--testsuite <name>` command option, for example:
Such a test suite configuration can then be executed using the `--testsuite <name>` command option, for example if you are in the `dev/tests/integration` directory:

{% highlight bash %}
$ php ../../../vendor/bin/phpunit --testsuite "Third Party Integration Tests"
Expand Down

0 comments on commit ea340cf

Please sign in to comment.