function __construct() { if (!static::$reflection) { static::$reflection = new ReflectionCache(); } static::$reflection->refresh(); }
public function setUp() { $this->cache = new ReflectionCache(); $this->cache->refresh(); }