PHP Class Horde_Kolab_Storage_Scenario, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Kolab_Server_Integration_Scenario
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
authenticate ( Horde_Auth_Base $auth, $username = 'test', $password = 'test' )
prepareBasicConfiguration ( ) : null Prepare a basic Kolab configuration.
prepareBasicSetup ( ) : Horde_Kolab_Server Prepare a Kolab server with some basic entries.
prepareBrowser ( ) : null Prepare the browser setup.
prepareConfiguration ( ) : null Prepare the configuration.
prepareEmptyKolabStorage ( $params = null ) : Horde_Kolab_Storage_List Prepare an empty Kolab storage.
prepareFixedConfiguration ( ) : null Fix the read configuration.
prepareKolabSetup ( $username = 'test', $password = 'test' ) : null Prepare a Kolab setup.
prepareNewFolder ( &$storage, string $name, string $type, boolean $default = false ) : Kolab_Folder Create a new folder.
prepareNotification ( ) : null Prepare the notification setup.
prepareRegistry ( ) : null Prepare the registry.
provideHordeBase ( )
provideServerName ( )
runGiven ( &$world, string $action, array $arguments ) : mixed Handle a "given" step.
runThen ( &$world, string $action, array $arguments ) : mixed Handle a "then" step.
runWhen ( &$world, string $action, array $arguments ) : mixed Handle a "when" step.

Méthodes protégées

Méthode Description
getConfiguration ( )

Method Details

authenticate() public méthode

public authenticate ( Horde_Auth_Base $auth, $username = 'test', $password = 'test' )
$auth Horde_Auth_Base

getConfiguration() protected méthode

protected getConfiguration ( )

prepareBasicConfiguration() public méthode

Prepare a basic Kolab configuration.
public prepareBasicConfiguration ( ) : null
Résultat null

prepareBasicSetup() public méthode

Prepare a Kolab server with some basic entries.
public prepareBasicSetup ( ) : Horde_Kolab_Server
Résultat Horde_Kolab_Server The empty server.

prepareBrowser() public méthode

Prepare the browser setup.
public prepareBrowser ( ) : null
Résultat null

prepareConfiguration() public méthode

Prepare the configuration.
public prepareConfiguration ( ) : null
Résultat null

prepareEmptyKolabStorage() public méthode

Prepare an empty Kolab storage.
public prepareEmptyKolabStorage ( $params = null ) : Horde_Kolab_Storage_List
Résultat Horde_Kolab_Storage_List The empty storage.

prepareFixedConfiguration() public méthode

Fix the read configuration.
public prepareFixedConfiguration ( ) : null
Résultat null

prepareKolabSetup() public méthode

Prepare a Kolab setup.
public prepareKolabSetup ( $username = 'test', $password = 'test' ) : null
Résultat null

prepareNewFolder() public méthode

Create a new folder.
public prepareNewFolder ( &$storage, string $name, string $type, boolean $default = false ) : Kolab_Folder
$name string Name of the new folder.
$type string Type of the new folder.
$default boolean Should the new folder be a default folder?
Résultat Kolab_Folder The new folder.

prepareNotification() public méthode

Prepare the notification setup.
public prepareNotification ( ) : null
Résultat null

prepareRegistry() public méthode

Prepare the registry.
public prepareRegistry ( ) : null
Résultat null

provideHordeBase() public méthode

public provideHordeBase ( )

provideServerName() public méthode

public provideServerName ( )

runGiven() public méthode

Handle a "given" step.
public runGiven ( &$world, string $action, array $arguments ) : mixed
$action string The description of the step.
$arguments array Additional arguments to the step.
Résultat mixed The outcome of the step.

runThen() public méthode

Handle a "then" step.
public runThen ( &$world, string $action, array $arguments ) : mixed
$action string The description of the step.
$arguments array Additional arguments to the step.
Résultat mixed The outcome of the step.

runWhen() public méthode

Handle a "when" step.
public runWhen ( &$world, string $action, array $arguments ) : mixed
$action string The description of the step.
$arguments array Additional arguments to the step.
Résultat mixed The outcome of the step.