Beispiel #1
0
 public function testCRUD()
 {
     $this->_model->setData(array('scope' => 'default', 'scope_id' => 0, 'path' => 'test/config/path', 'value' => 'test value'));
     $crud = new Magento_Test_Entity($this->_model, array('value' => 'new value'));
     $crud->testCrud();
 }