protected function setUp() { CacheManager::registerDrivers(['file' => ['path' => 'path']]); }
/** * Register the cache drivers */ protected function setupCache() { CacheManager::registerDrivers($this->app['config']['cache']['stores']); }