Horde_Kolab_Server_Integration_Scenario::provideBasicUserOne PHP Метод

provideBasicUserOne() публичный Метод

Return a test user.
public provideBasicUserOne ( ) : array
Результат array The test user.
    public function provideBasicUserOne()
    {
        return array('givenName' => 'Gunnar', 'sn' => 'Wrobel', 'type' => 'Horde_Kolab_Server_Object_Kolab_User', 'mail' => '[email protected]', 'uid' => 'wrobel', 'userPassword' => 'none', 'kolabHomeServer' => 'home.example.org', 'kolabImapServer' => 'imap.example.org', 'kolabFreeBusyServer' => 'https://fb.example.org/freebusy', 'kolabInvitationPolicy' => array('ACT_REJECT_IF_CONFLICTS'), 'alias' => array('[email protected]', '[email protected]'));
    }