コード例 #1
0
ファイル: FileTest.php プロジェクト: aiesh/magento2
 /**
  * Test crud operations for theme files model using valid data
  */
 public function testCrud()
 {
     $this->_model->setData($this->_data);
     $crud = new \Magento\TestFramework\Entity($this->_model, array('file_path' => 'rename.css'));
     $crud->testCrud();
 }