Skip to content

Commit 1b9bf16

Browse files
Copilotsrtfisher
andcommitted
Add with_sqlite() to testing bootstrap and enable SQLite in phpunit.xml
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
1 parent 07a0065 commit 1b9bf16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<php>
1919
<ini name="error_reporting" value="-1" />
2020
<ini name="display_errors" value="1" />
21-
<!-- <env name="MANTLE_USE_SQLITE" value="true" /> -->
21+
<env name="MANTLE_USE_SQLITE" value="true" />
2222
<!-- <env name="WP_SKIP_DB_CREATE" value="true" /> -->
2323
</php>
2424
</phpunit>

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
*/
99
\Mantle\Testing\manager()
1010
->maybe_rsync_plugin()
11+
->with_sqlite()
1112
->install();

0 commit comments

Comments
 (0)