phpcs for report-order-stats.php

This commit is contained in:
Ron Rennick 2019-02-14 19:11:17 -04:00
parent ece6fb1a91
commit db568ec9af
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ class WC_Tests_API_Reports_Orders_Stats extends WC_REST_Unit_Test_Case {
$this->assertEquals( 200, $response->get_status() );
$this->assertEquals( 2, count( $reports ) ); // totals and intervals.
// $this->assertEquals( array(), $reports ); // @todo Update results after implement report interface.
// @todo Update results after implement report interface.
// $this->assertEquals( array(), $reports ); // @codingStandardsIgnoreLine.
}
/**