Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ea340cf

Browse files
committed
Added directory from which the command is run
1 parent 19d98fb commit ea340cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.0/test/integration/integration_test_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ A testsuite configuration like the following can be added to the `<testsuites>`
144144
</testsuite>
145145
{%endhighlight%}
146146

147-
Such a test suite configuration can then be executed using the `--testsuite <name>` command option, for example:
147+
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:
148148

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

0 commit comments

Comments
 (0)