lithium\test\Dispatcher::_group()
Creates the group class based
Parameters
-
array
$data
Array of cases or groups.
Returns
objectGroup object constructed with $data
.
Source
protected static function _group($data) {
return Libraries::instance(
'test', static::$_classes['group'], compact('data')
);
}