Fixed existing unit-tests.

This commit is contained in:
Simon Sessingø
2021-03-18 21:58:40 +01:00
parent 252cc4a75d
commit e78040aabd
2 changed files with 1 additions and 13 deletions
-9
View File
@@ -60,15 +60,6 @@ class InputItem implements IInputItem, \IteratorAggregate
*/
public function getValue()
{
/*if(is_array($this->value) === true) {
$output = [];
foreach($this->value as $key => $val) {
$output[$key] = $val->getValue();
}
return $output;
}*/
return $this->value;
}