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

Debugger: Pass the object to filter to allow easier addition of tests. #14736

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion _inc/lib/debugger/class-jetpack-cxn-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ public function __construct() {
* Fires after loading default Jetpack Connection tests.
*
* @since 7.1.0
* @since 8.3.0 Passes the Jetpack_Cxn_Tests instance.
*/
do_action( 'jetpack_connection_tests_loaded' );
do_action( 'jetpack_connection_tests_loaded', $this );

/**
* Determines if the WP.com testing suite should be included.
Expand Down