PHP Class Kronolith_Integration_Driver_Base, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPLv2). If you did not receive this file, see http://www.horde.org/licenses/gpl
Author: Gunnar Wrobel ([email protected])
Inheritance: extends Kronolith_TestCase
Exibir arquivo Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$driver
$setup Horde_Test_Setup The test setup.
$type Event type to be used (depends on driver).

Public Methods

Method Description
setUp ( )
setUpBeforeClass ( )
tearDown ( )
tearDownAfterClass ( )
testRecurrence ( )
testRecurrenceException ( )

Private Methods

Method Description
_add ( Kronolith_Event $event )
_getRecurringEvent ( )

Method Details

setUp() public method

public setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDown() public method

public tearDown ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testRecurrence() public method

public testRecurrence ( )

testRecurrenceException() public method

Property Details

$driver protected_oe static_oe property

protected static $driver

$setup protected_oe static_oe property

The test setup.
protected static Horde_Test_Setup $setup
return Horde_Test_Setup

$type protected_oe static_oe property

Event type to be used (depends on driver).
protected static $type