diff --git a/tests/Cache/MemcacheTestCase.php b/tests/Cache/MemcacheTestCase.php index dbc7b80fc..243db826e 100644 --- a/tests/Cache/MemcacheTestCase.php +++ b/tests/Cache/MemcacheTestCase.php @@ -41,7 +41,11 @@ class Doctrine_Cache_Memcache_TestCase extends Doctrine_UnitTestCase class Doctrine_Cache_Memcache_Mock extends Doctrine_Cache_Memcache { } -class Memcache -{ +if (!class_exists('Memcache')) +{ + class Memcache + { + + } }