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 23
23
<!-- Do not limit the amount of memory tests take to run. -->
24
24
<ini name =" memory_limit" value =" -1" />
25
25
<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" />
27
28
<env name =" BROWSERTEST_OUTPUT_DIRECTORY" value =" /var/www/html/test_output" />
28
29
<!-- By default, browser tests will output links that use the base URL set
29
30
in SIMPLETEST_BASE_URL. However, if your SIMPLETEST_BASE_URL is an internal
Original file line number Diff line number Diff line change 23
23
<!-- Do not limit the amount of memory tests take to run. -->
24
24
<ini name =" memory_limit" value =" -1" />
25
25
<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" />
27
28
<env name =" BROWSERTEST_OUTPUT_DIRECTORY" value =" /var/www/html/test_output" />
28
29
<!-- By default, browser tests will output links that use the base URL set
29
30
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