Пример #1
0
 public function testEmulateLayoutArea()
 {
     $configuration = ['Magento\\Framework\\View\\Layout' => ['arguments' => ['area' => 'test_area']]];
     $this->_objectManager->expects($this->once())->method('configure')->with($configuration);
     $this->_model->emulateLayoutArea('test_area');
 }