Example #1
0
 public function testCategoryServiceImportWithMissingWhitelistCountiesAndBrands()
 {
     $data = $this->getData('category-no-countries-and-brands-in-whitelist', 'category');
     $obj = new Category();
     $obj->import($data);
     $this->assertCategoryContents($obj, $data);
 }