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