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

Plugin Dependencies: Require the class in Core's bootstrap, but just don't initialize it during tests. #16

Commits on Feb 5, 2024

  1. Bootstrap/Load: Only make WP_Plugin_Dependencies::initialize() cond…

    …itional.
    
    Previously, the inclusion of the `WP_Plugin_Dependencies()` was also conditional,
    causing a Fatal Error during test runs with internal callstacks requiring it.
    costdev committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9fd7c21 View commit details
    Browse the repository at this point in the history
  2. Tests: Remove unnecessary require_once().

    costdev committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0346bfd View commit details
    Browse the repository at this point in the history