Skip to content

Commit

Permalink
Use sqlite for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Feb 23, 2023
1 parent c093eb3 commit 981e7a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wp-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 981e7a9

Please sign in to comment.