Commit 59fbb8b2 authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Commented Memcache test since it was throwing a fatal error if module is...

[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
parent c4e330e5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment