Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix double comments
  • Loading branch information
swissspidy committed Nov 2, 2023
commit fb1c0083ff667ba2e1958b446d440dd2fb1a4b7c
2 changes: 1 addition & 1 deletion features/core-check-update.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Check for more recent versions

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Check for update via Version Check API
Given a WP install
Expand Down
2 changes: 1 addition & 1 deletion features/core-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Feature: Install WordPress core
Kategorien
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Install WordPress with locale set to de_DE on WP >= 4.0
Given an empty directory
Expand Down
8 changes: 4 additions & 4 deletions features/core-update-db.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Update core's database

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Update db on a single site
Given a WP install
Expand All @@ -27,7 +27,7 @@ Feature: Update core's database
Success: WordPress database already at latest db version 47018.
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Dry run update db on a single site
Given a WP install
Expand Down Expand Up @@ -55,7 +55,7 @@ Feature: Update core's database
45805
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Update db across network
Given a WP multisite install
Expand Down Expand Up @@ -97,7 +97,7 @@ Feature: Update core's database
{UPDATE_VERSION}
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Update db across network, dry run
Given a WP multisite install
Expand Down
12 changes: 6 additions & 6 deletions features/core-update.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Update WordPress core

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Update from a ZIP file
Given a WP install
Expand Down Expand Up @@ -65,7 +65,7 @@ Feature: Update WordPress core
{WP_VERSION-4.1-latest}
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Update to the latest minor release (PHP 7.1 compatible with WP >= 3.9)
Given a WP install
Expand Down Expand Up @@ -101,7 +101,7 @@ Feature: Update WordPress core
{WP_VERSION-4.1-latest}
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Core update from cache
Given a WP install
Expand Down Expand Up @@ -152,7 +152,7 @@ Feature: Update WordPress core
Updating
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Ensure cached partial upgrades aren't used in full upgrade
Given a WP install
Expand Down Expand Up @@ -223,7 +223,7 @@ Feature: Update WordPress core
wordpress-4.2.4-partial-1-en_US.zip
"""

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@less-than-php-7.3 @require-mysql
Scenario: Make sure files are cleaned up
Given a WP install
Expand Down Expand Up @@ -259,7 +259,7 @@ Feature: Update WordPress core
When I run `wp post create --post_title='Test post' --porcelain`
Then STDOUT should be a number

# # This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
@require-mysql
Scenario: Make sure files are cleaned up with mixed case
Given a WP install
Expand Down