/**
  * Test method
  */
 public function testAfterDeleteEavCache()
 {
     $this->configMock->expects($this->once())->method('clear');
     $this->attribute->afterDelete();
 }