lithium\test\Dispatcher::_group()

protected static method

Creates the group class based

Parameters

  • array $data

    Array of cases or groups.

Returns

object

Group object constructed with $data.

Source

	protected static function _group($data) {
		return Libraries::instance('test', static::$_classes['group'], compact('data'));
	}