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