fix default country

This commit is contained in:
Dennis Eichhorn 2020-10-22 18:54:32 +02:00
parent 5fc7be78c1
commit c49ce8a690

View File

@ -56,7 +56,7 @@ class AddressTest extends \PHPUnit\Framework\TestCase
'location' => [ 'location' => [
'postal' => '', 'postal' => '',
'city' => '', 'city' => '',
'country' => '', 'country' => 'US',
'address' => '', 'address' => '',
'state' => '', 'state' => '',
'geo' => [ 'geo' => [