コード例 #1
0
ファイル: Option.php プロジェクト: pradeep-wagento/magento2
 /**
  * {@inheritdoc}
  */
 protected function _getValidationRulesBeforeSave()
 {
     return $this->validatorPool->get($this->getType());
 }
コード例 #2
0
 public function testGetDefaultValidator()
 {
     $this->assertEquals($this->defaultValidatorMock, $this->pool->get('default'));
 }