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) {
$group = Libraries::locate('test', static::$_classes['group']);
$class = static::_instance($group, compact('data'));
return $class;
}