Example #1
0
 public function testGetConfig()
 {
     $this->assertInstanceOf('Magento\\Framework\\Simplexml\\Config', $this->_model->getConfig());
     $this->assertEquals('test', $this->_model->getConfig('test_key'));
     $this->assertFalse($this->_model->getConfig('some_key'));
 }