Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update autoload path and plugin loading sequence in test bootstrap
This commit updates two main aspects in the test bootstrap file. Firstly, it modifies the path of the autoload file required for prophecy from using __DIR__ to using __FILE__. This change is done to ensure correct file path resolution in different environments. Secondly, the loading sequence of the apple-news.php plugin has been changed. It is now loaded inside the BC_Setup initialization closure, guaranteeing its availability before the 'install' method execution. This adjustment ensures the correct plugin loading
- Loading branch information