Example #1
0
 public function testGetThemeConfig()
 {
     $frontend = $this->_model->getThemeConfig('frontend');
     $this->assertInstanceOf('Magento_Config_Theme', $frontend);
     $this->assertSame($frontend, $this->_model->getThemeConfig('frontend'));
 }