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_Theme_Install_List_Table
* @covers WP_Theme_Install_List_Table::get_views
*/
class Tests_Admin_wpThemeInstallListTable extends WP_UnitTestCase {
class Admin_WpThemeInstallListTable_GetViews_Test extends WP_UnitTestCase {
/**
* @var WP_Theme_Install_List_Table
*/
Expand All @@ -18,8 +18,6 @@ public function set_up() {

/**
* @ticket 42066
*
* @covers WP_Theme_Install_List_Table::get_views
*/
public function test_get_views_should_return_no_views_by_default() {
$this->assertSame( array(), $this->table->get_views() );
Expand Down
Loading