phpcs for reports-customers-stats.php
This commit is contained in:
parent
e91f7f6d00
commit
b69f8fdbf2
|
@ -40,7 +40,7 @@ class WC_Tests_API_Reports_Customers_Stats extends WC_REST_Unit_Test_Case {
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.5.0
|
||||||
*/
|
*/
|
||||||
public function _test_register_routes() {
|
public function test_register_routes() {
|
||||||
$routes = $this->server->get_routes();
|
$routes = $this->server->get_routes();
|
||||||
|
|
||||||
$this->assertArrayHasKey( $this->endpoint, $routes );
|
$this->assertArrayHasKey( $this->endpoint, $routes );
|
||||||
|
|
Loading…
Reference in New Issue