Skip to content

Commit

Permalink
phpcs for reports-customers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed Feb 14, 2019
1 parent a6dde8e commit df767ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/api/reports-customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function test_get_reports() {

WC_Helper_Queue::run_all_pending();

$request = new WP_REST_Request( 'GET', $this->endpoint );
$request = new WP_REST_Request( 'GET', $this->endpoint );
$request->set_query_params(
array(
'per_page' => 5,
Expand Down Expand Up @@ -175,8 +175,8 @@ public function test_get_reports() {
// Test name and last_order parameters.
$request->set_query_params(
array(
'search' => 'Justin',
'last_order_after' => date( 'Y-m-d' ) . 'T00:00:00Z',
'search' => 'Justin',
'last_order_after' => date( 'Y-m-d' ) . 'T00:00:00Z',
)
);
$response = $this->server->dispatch( $request );
Expand Down

0 comments on commit df767ff

Please sign in to comment.