Changeset 1902 for trunk/tests/Cache

Show
Ignore:
Timestamp:
06/29/07 11:17:05 (19 months ago)
Author:
zYne
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Cache/MemcacheTestCase.php

    r1635 r1902  
    4343} 
    4444 
    45 if (!class_exists('Memcache')) 
     45if ( ! class_exists('Memcache')) 
    4646{ 
    47   class Memcache 
    48   {  
     47    class Memcache 
     48    { 
    4949 
    50   } 
     50    } 
    5151}