Skip to content

Fix SQLite mu-plugins usage with composer installs - #192

Merged
danielbachhuber merged 1 commit into
mainfrom
fix/sqlite-mu-composer
Nov 10, 2023
Merged

Fix SQLite mu-plugins usage with composer installs#192
danielbachhuber merged 1 commit into
mainfrom
fix/sqlite-mu-composer

Conversation

@swissspidy

@swissspidy swissspidy commented Nov 10, 2023

Copy link
Copy Markdown
Member

Adds a test in this repo so we don’t have to find out by looking at other repos

Note:

I accidentally found out that the following doesn't work:

Given a WP install with Composer
And a custom wp-content directory

That's because of a different RUN_DIR, but this scenario is never tested and probably doesn't need to be. And it's not isolated to SQLite either so would warrant its own PR.

Related wp-cli/wp-cli#5859

Adds a test in this repo so we don’t have to find out by looking at other repos
@swissspidy swissspidy added the scope:testing Related to testing label Nov 10, 2023
@swissspidy swissspidy added this to the 4.2.4 milestone Nov 10, 2023
@swissspidy
swissspidy requested a review from a team as a code owner November 10, 2023 11:58
@danielbachhuber
danielbachhuber merged commit 0601666 into main Nov 10, 2023
@danielbachhuber
danielbachhuber deleted the fix/sqlite-mu-composer branch November 10, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:testing Related to testing

2 participants