Skip to content

Commit

Permalink
phpcs for reports-interval.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed Feb 14, 2019
1 parent 66efd82 commit 5a73301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/reports-interval.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ public function test_normalize_between_date_params() {
$params = array( 'a', 'b', 'c', 'd' );
$result = WC_Admin_Reports_Interval::normalize_between_params( $request, $params, true );
$expected = array(
'b_after' => 1,
'b_after' => 1,
'b_before' => 5,
'c_after' => 2,
'c_after' => 2,
'c_before' => 4,
);

Expand Down

0 comments on commit 5a73301

Please sign in to comment.