From 59fbb8b20fb4d11c03491bd8f246f717c596df16 Mon Sep 17 00:00:00 2001 From: guilhermeblanco Date: Wed, 15 Jul 2009 22:45:34 +0000 Subject: [PATCH] [2.0] Commented Memcache test since it was throwing a fatal error if module is loaded. It requires a memcache server config to be able to run these tests --- tests/Doctrine/Tests/Common/Cache/AllTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/Common/Cache/AllTests.php b/tests/Doctrine/Tests/Common/Cache/AllTests.php index 374ba9b06..cd3e42627 100644 --- a/tests/Doctrine/Tests/Common/Cache/AllTests.php +++ b/tests/Doctrine/Tests/Common/Cache/AllTests.php @@ -21,7 +21,7 @@ class AllTests $suite->addTestSuite('Doctrine\Tests\Common\Cache\ApcCacheTest'); $suite->addTestSuite('Doctrine\Tests\Common\Cache\ArrayCacheTest'); - $suite->addTestSuite('Doctrine\Tests\Common\Cache\MemcacheCacheTest'); + //$suite->addTestSuite('Doctrine\Tests\Common\Cache\MemcacheCacheTest'); $suite->addTestSuite('Doctrine\Tests\Common\Cache\XcacheCacheTest'); return $suite;