コード例 #1
0
ファイル: TableTest.php プロジェクト: andrewhowdencom/m2onk8s
 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'));
 }