From: Gunnar Wrobel Date: Mon, 3 Jan 2011 06:57:10 +0000 (+0100) Subject: Fix class name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bf3cf66a37e87e201c4adfc4733beb2e84667a6c;p=horde.git Fix class name. --- diff --git a/framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php b/framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php index b3e5d2211..4204bd704 100644 --- a/framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php +++ b/framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php @@ -30,7 +30,7 @@ require_once dirname(__FILE__) . '/../Autoload.php'; * @license http://www.fsf.org/copyleft/lgpl.html LGPL * @link http://pear.horde.org/index.php?package=Kolab_Storage */ -class Horde_Kolab_Storage_CacheTest +class Horde_Kolab_Storage_Unit_CacheTest extends Horde_Kolab_Storage_TestCase { public function setUp()