Skip to content

Commit

Permalink
Full path to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 18, 2024
1 parent 3676fae commit 622ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ if [ -v ENABLE_MODULES ]; then
cd "$DRUPAL_DIR/web/core"
"$DRUPAL_DIR"/vendor/bin/phpunit --debug
else
vendor/bin/phpunit -c web/core/phpunit.xml.dist --debug "$DIR"
vendor/bin/phpunit -c "$DRUPAL_DIR"/web/core/phpunit.xml.dist --debug "$DIR"
fi
fi

0 comments on commit 622ac70

Please sign in to comment.