History
in package
Generates the history service for testing purposes.
Copyright 2011-2021 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- create() : Horde_History
- Create a mock history service for testing.
Methods
create()
Create a mock history service for testing.
public
create([array<string|int, mixed> $params = [] ]) : Horde_History
Parameters
- $params : array<string|int, mixed> = []
-
Additional options.
'user' - (string) The current user.
Return values
Horde_History —The test service.