コード例 #1
0
 protected function setUp()
 {
     CacheManager::registerDrivers(['file' => ['path' => 'path']]);
 }
コード例 #2
0
 /**
  * Register the cache drivers
  */
 protected function setupCache()
 {
     CacheManager::registerDrivers($this->app['config']['cache']['stores']);
 }