コード例 #1
0
ファイル: UserTest.php プロジェクト: pradeep-wagento/magento2
 public function testGetValidationBeforeSave()
 {
     $this->assertInstanceOf('\\Zend_Validate_Callback', $this->model->getValidationRulesBeforeSave());
 }
コード例 #2
0
ファイル: UserTest.php プロジェクト: andrewhowdencom/m2onk8s
 public function testGetValidationRulesBeforeSave()
 {
     $rules = $this->_model->getValidationRulesBeforeSave();
     $this->assertInstanceOf('Zend_Validate_Interface', $rules);
 }