We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f633a6 commit c74c326Copy full SHA for c74c326
app/code/Magento/Customer/Test/Unit/Model/Address/AbstractAddressTest.php
@@ -161,7 +161,13 @@ public function testGetRegionCodeWithRegionId()
161
$this->model->setData('country_id', $countryId);
162
$this->assertEquals('UK', $this->model->getRegionCode());
163
}
164
-
+
165
+ /**
166
+ * Test regionid for empty value
167
+ *
168
+ * @inheritdoc
169
+ * @return void
170
+ */
171
public function testGetRegionId()
172
{
173
$this->model->setData('region_id', 0);
0 commit comments