Exemplo n.º 1
0
 function __construct()
 {
     if (!static::$reflection) {
         static::$reflection = new ReflectionCache();
     }
     static::$reflection->refresh();
 }
Exemplo n.º 2
0
 public function setUp()
 {
     $this->cache = new ReflectionCache();
     $this->cache->refresh();
 }