File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ setup() {
7
7
export DDEV_NON_INTERACTIVE=true
8
8
ddev delete -Oy ${PROJNAME} > /dev/null 2>&1 || true
9
9
cd " ${TESTDIR} "
10
- composer -n --no-install create-project ' drupal/recommended-project:^9 ' .
10
+ composer -n --no-install create-project ' drupal/recommended-project:^10 ' .
11
11
composer -n config --no-plugins allow-plugins true
12
- composer -n require ' drupal/core-dev:^9 ' ' drush/drush:^11 ' ' phpspec/prophecy-phpunit:^2' ' weitzman/drupal-test-traits:2.0.0-rc1 '
12
+ composer -n require ' drupal/core-dev:^10 ' ' drush/drush:^12 ' ' phpspec/prophecy-phpunit:^2' ' weitzman/drupal-test-traits:^2 '
13
13
ddev config --project-name=${PROJNAME} --php-version=8.1 --web-environment-add SYMFONY_DEPRECATIONS_HELPER=disabled
14
14
ddev start -y > /dev/null
15
15
}
@@ -34,7 +34,7 @@ teardown() {
34
34
echo " Run a Nightwatch test." >&3
35
35
ddev exec -d /var/www/html/web/core yarn install
36
36
ddev exec -d /var/www/html/web/core touch .env
37
- ddev exec -d /var/www/html/web/core yarn test:nightwatch tests/Drupal/Nightwatch/Tests/exampleTest .js
37
+ ddev exec -d /var/www/html/web/core yarn test:nightwatch tests/Drupal/Nightwatch/Tests/jsOnceTest .js
38
38
echo " Run a Nightwatch test that logs into Drupal." >&3
39
39
ddev exec -d /var/www/html/web/core yarn test:nightwatch tests/Drupal/Nightwatch/Tests/loginTest.js
40
40
echo " Install Drupal and run a DTT test." >&3
You can’t perform that action at this time.
0 commit comments