11 $refinery =
$DIC->refinery();
13 $transformation = $refinery->in()->parallel(
15 new ILIAS\Refinery\To\Transformation\IntegerTransformation(),
16 new ILIAS\Refinery\To\Transformation\IntegerTransformation(),
20 $result = $transformation->transform(5);
22 return assert(array(5, 5),
$result);
An exception for terminatinating execution or to throw for unit testing.
Class ChatMainBarProvider \MainMenu\Provider.