Open
Conversation
Add test coverage for all plugin classes using Brain Monkey for WordPress function mocking. Creates 8 new test files and expands existing ShortcodesTest. Test files added: - CacheManagerTest (12 tests for transient caching) - GitHubApiTest (11 tests for GitHub API) - WordPressApiTest (12 tests for WordPress.org API) - SchedulerTest (10 tests for WP-Cron) - BlockTest (9 tests for Gutenberg block) - PluginTest (11 tests for main plugin) - FunctionsTest (3 tests for helpers) - AdminTest (17 tests for admin/AJAX) Total: 108 tests with 215 assertions (5 skipped pending patchwork config). Also adds common WordPress function stubs to TestCase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Calls PLUGIN_UPDATE_WEBHOOK after successful release to trigger plugin update on bmlt.app. Also restores the Publish Release step that was commented out. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Move all plugin class loading to bootstrap.php to prevent Cannot redeclare class errors when tests run in parallel. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PHPCS warning: Generic.CodeAnalysis.UselessOverridingMethod.Found Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.