Skip to content

Commit

Permalink
config DDEV webroot
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Nov 10, 2023
1 parent 6df4a9e commit 921f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ collector_checks() {
echo "# Create a demo website at ${TESTDIR}" >&3
ddev composer require perftools/php-profiler
ddev composer install
mkdir -p ${TESTDIR}/public
ddev config --docroot=public --create-docroot
echo "<?php
require_once __DIR__ . '/../vendor/autoload.php';
require_once '/mnt/ddev_config/xhgui/collector/xhgui.collector.php';
Expand Down

0 comments on commit 921f519

Please sign in to comment.