[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
This commit is contained in:
parent
c4e330e5ca
commit
59fbb8b20f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue