Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/**
* @group admin
*
* @covers WP_Terms_List_Table
* @covers WP_Terms_List_Table::handle_row_actions
*/
class Tests_Admin_WpTermsListTable extends WP_UnitTestCase {
class Admin_WpTermsListTable_HandleRowActions_Test extends WP_UnitTestCase {

/**
* List table.
Expand Down Expand Up @@ -56,8 +56,6 @@ private function call_inaccessible_method( $instance, $method_name, $args = arra
}

/**
* @covers WP_Terms_List_Table::handle_row_actions()
*
* @ticket 59336
*/
public function test_handle_row_actions_as_author() {
Expand All @@ -72,8 +70,6 @@ public function test_handle_row_actions_as_author() {
}

/**
* @covers WP_Terms_List_Table::handle_row_actions()
*
* @ticket 59336
*/
public function test_handle_row_actions_as_admin() {
Expand Down
Loading