Example #1
0
 public function testGetConditionsFieldSetId()
 {
     $formName = 'form_name';
     $this->rule->setId(100);
     $expectedResult = 'form_namerule_conditions_fieldset_100';
     $this->assertEquals($expectedResult, $this->rule->getConditionsFieldSetId($formName));
 }