lithium\test\Mocker::register()

public static method

Will register this class into the autoloader.

Returns

void

Source

	public static function register() {
		spl_autoload_register(array(__CLASS__, 'create'));
	}