示例#1
0
 /**
  * Test that getConfig method retrieve \Magento\Framework\Object object
  */
 public function testGetConfig()
 {
     $this->assertInstanceOf('Magento\\Framework\\Object', $this->_block->getConfig());
 }