Skip to content

Commit af58122

Browse files
committed
Fix #56. Remove -v option from ecample in readme
1 parent 9273c66 commit af58122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ddev restart
4040
- Your project is now ready to run FunctionalJavascript and [Nightwatch](https://www.drupal.org/docs/automated-testing/javascript-testing-using-nightwatch) tests from Drupal core, or [Drupal Test Traits](https://gitlab.com/weitzman/drupal-test-traits) (DTT). All these types are tested in this repo. Some examples to try:
4141
- FunctionalJavascript:
4242
- Ensure you have the `drupal/core-dev` Composer package or equivalent.
43-
- `ddev exec -d /var/www/html/web "../vendor/bin/phpunit -v -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php"`
43+
- `ddev exec -d /var/www/html/web "../vendor/bin/phpunit -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php"`
4444
- Nightwatch
4545
- `ddev exec -d /var/www/html/web/core yarn install` (do this once)
4646
- `ddev exec -d /var/www/html/web/core touch .env` (do this once)

0 commit comments

Comments
 (0)