mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Fix some value types
This commit is contained in:
@@ -602,7 +602,9 @@ class FormFor__CollectionOfValuesTest extends Combodo\iTop\Forms\Block\Base\Form
|
||||
\$this->Add('coll', 'Combodo\iTop\Forms\Block\DataModel\AttributeValueChoiceFormBlock', [
|
||||
'label' => 'UI:ClassAttributeValue',
|
||||
'multiple' => true,
|
||||
]);
|
||||
])
|
||||
->SetInputValue('class', 'Contact')
|
||||
->SetInputValue('attribute', 'status');
|
||||
}
|
||||
}
|
||||
PHP,
|
||||
@@ -883,6 +885,8 @@ PHP;
|
||||
|
||||
$this->AssertPHPCodeIsValid($sProducedPHP);
|
||||
$this->assertStringStartsWith($sExpectedStart, $sProducedPHP);
|
||||
|
||||
echo $sProducedPHP;
|
||||
}
|
||||
|
||||
public function testCompileFormForClassSelection()
|
||||
|
||||
Reference in New Issue
Block a user