You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.0/test/integration/integration_test_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ A testsuite configuration like the following can be added to the `<testsuites>`
144
144
</testsuite>
145
145
{%endhighlight%}
146
146
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:
148
148
149
149
{% highlight bash %}
150
150
$ php ../../../vendor/bin/phpunit --testsuite "Third Party Integration Tests"
0 commit comments