From 981e7a9b3e90a94d3f1e57e1f06fccb1811c0df8 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Thu, 23 Feb 2023 11:09:27 +0200 Subject: [PATCH] Use sqlite for tests --- src/wp-load.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-load.php b/src/wp-load.php index 338e539d2b792..4b9a3e75d0809 100644 --- a/src/wp-load.php +++ b/src/wp-load.php @@ -21,6 +21,9 @@ define( 'ABSPATH', __DIR__ . '/' ); } +// @TODO: Remove this. It's only here so that the PR can be tested. +define( 'DATABASE_TYPE', 'sqlite' ); + /* * The error_reporting() function can be disabled in php.ini. On systems where that is the case, * it's best to add a dummy function to the wp-config.php file, but as this call to the function