Skip to content

Commit e3ce8c9

Browse files
committed
[Directory] Cover action directory/json/countryRegion by Integration Test
1 parent 9b6d9d0 commit e3ce8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Directory/_files/example_region_in_country.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
foreach ($regionData as $data) {
3434
/** @var RegionModel $region */
3535
$region = $objectManager->create(RegionModel::class);
36+
$region->setData($data);
3637
$regionResource->save($region);
3738
}

0 commit comments

Comments
 (0)