diff --git a/tests/Cache/MemcacheTestCase.php b/tests/Cache/MemcacheTestCase.php index 243db826e..d4c62a985 100644 --- a/tests/Cache/MemcacheTestCase.php +++ b/tests/Cache/MemcacheTestCase.php @@ -42,10 +42,10 @@ class Doctrine_Cache_Memcache_Mock extends Doctrine_Cache_Memcache { } -if (!class_exists('Memcache')) +if ( ! class_exists('Memcache')) { - class Memcache - { + class Memcache + { - } + } }