mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 05:43:37 +03:00
updated test testGetZoneByName
This commit is contained in:
parent
22a9c2d819
commit
62605b11ed
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ class DataRepositoryAdminTest extends TestCase {
|
|||
|
||||
$this->assertNotEmpty($zone);
|
||||
$this->assertNotEmpty($zone['zone_id']);
|
||||
|
||||
$repository->getZoneByName('Rostov-na-Do\'nu');
|
||||
}
|
||||
|
||||
public function testGetCurrencyByCode() {
|
||||
|
|
Loading…
Add table
Reference in a new issue