Skip to content

Commit

Permalink
Set env var
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 9, 2022
1 parent bc38780 commit 261be5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ setup() {
mkdir -p $TESTDIR
export PROJNAME=testchrome
export DDEV_NON_INTERACTIVE=true
export SYMFONY_DEPRECATIONS_HELPER=disabled
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd "${TESTDIR}"
composer -n --no-install create-project 'drupal/recommended-project:^9' .
composer -n config --no-plugins allow-plugins true
composer -n require 'drupal/core-dev:^9' 'drush/drush:^11' 'phpspec/prophecy-phpunit:^2' 'weitzman/drupal-test-traits:2.0.0-rc1'
ddev config --project-name=${PROJNAME} --php-version=8.1
ddev config --project-name=${PROJNAME} --php-version=8.1 --web-environment-add SYMFONY_DEPRECATIONS_HELPER=disabled
ddev start -y >/dev/null
}

Expand Down

0 comments on commit 261be5f

Please sign in to comment.