File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This service can be used with any project type. The examples below are Drupal-sp
19
19
- ` ddev exec -d /var/www/html/web "../vendor/bin/phpunit -v -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php" `
20
20
- Nightwatch
21
21
- ` ddev exec -d /var/www/html/web/core yarn install ` (do this once)
22
- - ` ddev exec -d /var/www/html/web/core touch .env ` (( do this once) )
22
+ - ` ddev exec -d /var/www/html/web/core touch .env ` (do this once)
23
23
- ` ddev exec -d /var/www/html/web/core yarn test:nightwatch tests/Drupal/Nightwatch/Tests/exampleTest.js `
24
24
- Drupal Test Traits
25
25
- Ensure you have a working site that has the ` weitzman/drupal-test-traits ` Composer package.
You can’t perform that action at this time.
0 commit comments