File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 <!-- Do not limit the amount of memory tests take to run. -->
2424 <ini name =" memory_limit" value =" -1" />
2525 <env name =" SIMPLETEST_BASE_URL" value =" DRUPAL_CORE_DDEV_URL" />
26- <env name =" SIMPLETEST_DB" value =" mysql://db:db@db/db" />
26+ <!-- <env name="SIMPLETEST_DB" value="mysql://db:db@db/db"/> -->
27+ <env name =" SIMPLETEST_DB" value =" sqlite://localhost/sites/default/files/db.sqlite" />
2728 <env name =" BROWSERTEST_OUTPUT_DIRECTORY" value =" /var/www/html/test_output" />
2829 <!-- By default, browser tests will output links that use the base URL set
2930 in SIMPLETEST_BASE_URL. However, if your SIMPLETEST_BASE_URL is an internal
Original file line number Diff line number Diff line change 2323 <!-- Do not limit the amount of memory tests take to run. -->
2424 <ini name =" memory_limit" value =" -1" />
2525 <env name =" SIMPLETEST_BASE_URL" value =" DRUPAL_CORE_DDEV_URL" />
26- <env name =" SIMPLETEST_DB" value =" mysql://db:db@db/db" />
26+ <!-- <env name="SIMPLETEST_DB" value="mysql://db:db@db/db"/> -->
27+ <env name =" SIMPLETEST_DB" value =" sqlite://localhost/sites/default/files/db.sqlite" />
2728 <env name =" BROWSERTEST_OUTPUT_DIRECTORY" value =" /var/www/html/test_output" />
2829 <!-- By default, browser tests will output links that use the base URL set
2930 in SIMPLETEST_BASE_URL. However, if your SIMPLETEST_BASE_URL is an internal
You can’t perform that action at this time.
0 commit comments