projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f457806
)
Fix class name.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 14 Dec 2010 04:18:32 +0000
(
05:18
+0100)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 14 Dec 2010 17:26:56 +0000
(18:26 +0100)
framework/Kolab_Storage/test/Horde/Kolab/Storage/CacheTest.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Storage/test/Horde/Kolab/Storage/CacheTest.php
b/framework/Kolab_Storage/test/Horde/Kolab/Storage/CacheTest.php
index
3e83752
..
44ea0bb
100644
(file)
--- a/
framework/Kolab_Storage/test/Horde/Kolab/Storage/CacheTest.php
+++ b/
framework/Kolab_Storage/test/Horde/Kolab/Storage/CacheTest.php
@@
-34,7
+34,7
@@
class Horde_Kolab_Storage_CacheTest extends PHPUnit_Framework_TestCase
{
public function setUp()
{
- $this->cache = new Horde_Cache_Mock();
+ $this->cache = new Horde_Cache_
Storage_
Mock();
}
/**