Added state alongside city & other info
This commit is contained in:
parent
4d419f6b1d
commit
a39c885160
|
@ -58,6 +58,7 @@ class WC_Tests_API_Reports_Customers extends WC_REST_Unit_Test_Case {
|
|||
$this->assertArrayHasKey( 'username', $schema );
|
||||
$this->assertArrayHasKey( 'country', $schema );
|
||||
$this->assertArrayHasKey( 'city', $schema );
|
||||
$this->assertArrayHasKey( 'state', $schema );
|
||||
$this->assertArrayHasKey( 'postcode', $schema );
|
||||
$this->assertArrayHasKey( 'date_registered', $schema );
|
||||
$this->assertArrayHasKey( 'date_registered_gmt', $schema );
|
||||
|
|
Loading…
Reference in New Issue