table = _get_list_table( 'WP_Theme_Install_List_Table', array( 'screen' => 'theme-install' ) ); } /** * @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() ); } }