Documentation

Registry
in package

Generates registry services 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
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL

link
http://www.horde.org/components/Horde_Test

Table of Contents

create()  : Registry
Create a stub registry service for testing.

Methods

create()

Create a stub registry service for testing.

public create(array<string|int, mixed> $params) : Registry
Parameters
$params : array<string|int, mixed>

Additional options.

'app' - (string) The application name.
'user' - (string) The current user.
Return values
Registry

The test registry.

Search results