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

Commit 5e2de30

Browse files
authored
Merge pull request #895 from magento/ds_issue-1178
Updated an example of how to run a test suite
2 parents 1a582fd + ea340cf commit 5e2de30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ 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` command option, for example `--testsuite "Third Party Integration Tests"`.
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+
149+
{% highlight bash %}
150+
$ php ../../../vendor/bin/phpunit --testsuite "Third Party Integration Tests"
151+
{%endhighlight%}
148152

149153

0 commit comments

Comments
 (0)