Skip to content

Commit

Permalink
phpcs - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajinsharwar committed May 26, 2024
1 parent 1968c3a commit 1e35a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/admin/wpListTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@ public function data_compat_fields() {
*
*/
public function test_search_box_working_with_array_of_orderby() {
$_REQUEST['s'] = 'search term';
$_REQUEST['s'] = 'search term';
$_REQUEST['orderby'] = array(
'menu_order' => 'ASC',
'title' => 'ASC',
'title' => 'ASC',
);

$output = get_echo( array( $this->list_table, 'search_box' ), array( 'foo Label', 59494 ) );
Expand Down

0 comments on commit 1e35a5d

Please sign in to comment.