Horde_Alarm_Storage_Base::testSet PHP Method

testSet() public method

public testSet ( )
    public function testSet()
    {
        $hash = array('id' => 'personalalarm', 'user' => 'john', 'start' => self::$date, 'end' => self::$end, 'methods' => array(), 'params' => array('foo' => str_repeat('X', 5000)), 'title' => 'This is a personal alarm.');
        self::$alarm->set($hash);
    }