Skip to content

Commit

Permalink
Exclude the sqlite database integration when using sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 23, 2024
1 parent e708680 commit 2d20eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mantle/testing/concerns/trait-rsync-installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public function with_sqlite( bool $install = true ): static {
putenv( 'WP_SKIP_DB_CREATE=1' );

$this->rsync_exclusions[] = 'db.php';
$this->rsync_exclusions[] = 'sqlite-database-integration';

return $this;
}
Expand Down

0 comments on commit 2d20eba

Please sign in to comment.