Skip to content

Commit

Permalink
Merge pull request magento#895 from magento/ds_issue-1178
Browse files Browse the repository at this point in the history
Updated an example of how to run a test suite
  • Loading branch information
dshevtsov authored Jun 6, 2017
2 parents 1a582fd + ea340cf commit 5e2de30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion guides/v2.0/test/integration/integration_test_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ 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` command option, for example `--testsuite "Third Party Integration Tests"`.
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"
{%endhighlight%}


0 comments on commit 5e2de30

Please sign in to comment.