Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test for WordPress trunk #197

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Fix test for WordPress trunk #197

merged 2 commits into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. Fix test for WordPress trunk

    `siteurl` is not necessarily the first row in `wp_options`.
    
    It appears that other options such as `cron` can be first.
    
    This removes the option ID from the assertion, as it is not relevant.
    
    We only want to verify that the site URL changed.
    swissspidy committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    08f9d1f View commit details
    Browse the repository at this point in the history
  2. Fix more instances

    swissspidy committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    999e18f View commit details
    Browse the repository at this point in the history