Added state alongside city & other info

This commit is contained in:
Kurt Zenisek 2019-06-19 17:11:24 -05:00 committed by GitHub
parent 4d419f6b1d
commit a39c885160
1 changed files with 1 additions and 0 deletions

View File

@ -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 );