Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jan 9, 2025
1 parent 613a079 commit 57ca116
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,19 +264,6 @@ public function test_add_upgrades_menu() {
}
}

/**
* Tests add_my_mailboxes_menu
*
* @covers Automattic\Jetpack\Masterbar\Atomic_Admin_Menu::add_my_mailboxes_menu
*/
public function test_add_my_mailboxes_menu() {
global $menu;

static::$admin_menu->add_my_mailboxes_menu();

$this->assertSame( 'https://wordpress.com/mailboxes/' . static::$domain, $menu['4.64424'][2] );
}

/**
* Tests add_options_menu
*
Expand Down

0 comments on commit 57ca116

Please sign in to comment.