File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Feature : Install WordPress core
22
3- # TODO: Requires investigation for SQLite support.
4- # See https://github.com/wp-cli/core-command/issues/244
3+ # Not compatible with SQLite: each WordPress install uses its own separate SQLite database
4+ # file, so cross-install table sharing via CUSTOM_USER_TABLE is not possible with SQLite.
55 @require-mysql
66 Scenario : Two WordPress installs sharing the same user table won't update existing user
77 Given an empty directory
@@ -86,8 +86,8 @@ Feature: Install WordPress core
8686 wp_users
8787 """
8888
89- # TODO: Requires investigation for SQLite support.
90- # See https://github.com/wp-cli/core-command/issues/244
89+ # Not compatible with SQLite: each WordPress install uses its own separate SQLite database
90+ # file, so cross-install table sharing via CUSTOM_USER_TABLE is not possible with SQLite.
9191 @require-mysql
9292 Scenario: Two WordPress installs sharing the same user table will create new user
9393 Given an empty directory
You can’t perform that action at this time.
0 commit comments