*/
/**
- * We need the unit test framework
- */
-require_once 'Horde/Kolab/Test/Storage.php';
-
-/**
* Base for PHPUnit scenarios.
*
* Copyright 2008-2010 The Horde Project (http://www.horde.org/)
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
* @link http://pear.horde.org/index.php?package=Kolab_Storage
*/
-class Horde_Kolab_Test_Filter extends Horde_Kolab_Test_Storage
+class Horde_Kolab_Test_Filter
{
/**
* Handle a "given" step.
/* Setup the class */
if (empty($params['incoming'])) {
require_once 'Horde/Kolab/Filter/Content.php';
- $parser = &new Horde_Kolab_Filter_Content();
+ $parser = new Horde_Kolab_Filter_Content();
} else {
require_once 'Horde/Kolab/Filter/Incoming.php';
- $parser = &new Horde_Kolab_Filter_Incoming();
+ $parser = new Horde_Kolab_Filter_Incoming();
}
ob_start();