Пример #1
0
 public function testAfterSaveEavCache()
 {
     $this->configMock->expects($this->once())->method('clear');
     $this->attribute->afterSave();
 }