Skip to content

Commit

Permalink
Fix broken tests (#33)
Browse files Browse the repository at this point in the history
* fix 'unknown command "expand-composer-json"'

* fix 'composer: command not found'

---------

Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Feb 22, 2024
1 parent 50f6d6d commit 3c0c821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ teardown() {
cd ${TESTDIR}/${PROJNAME}
echo "# ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR}/${PROJNAME} ($(pwd))" >&3
ddev get ${DIR}
ddev config --nodejs-version 18
ddev config --nodejs-version 18 --project-type=drupal10
ddev start
ddev expand-composer-json
composer install
ddev composer install
ddev symlink-project
ddev drush st
ddev phpcs --version
Expand Down

0 comments on commit 3c0c821

Please sign in to comment.