Horde_Kolab_Server_Integration_Scenario::provideBasicUserTwo PHP Méthode

provideBasicUserTwo() public méthode

Return a test user.
public provideBasicUserTwo ( ) : array
Résultat array The test user.
    public function provideBasicUserTwo()
    {
        return array('givenName' => 'Test', 'sn' => 'Test', 'type' => 'Horde_Kolab_Server_Object_Kolab_User', 'mail' => '[email protected]', 'uid' => 'test', 'userPassword' => 'test', 'kolabHomeServer' => 'home.example.org', 'kolabImapServer' => 'home.example.org', 'kolabFreeBusyServer' => 'https://fb.example.org/freebusy', 'alias' => array('[email protected]'), 'kolabDelegate' => '[email protected]');
    }