Add support for caching to filesystem. Set phpunit default cache driver to array.

This commit is contained in:
Taylor Dondich
2017-07-27 14:13:04 -07:00
committed by davidcallizaya
parent 6458dc64a1
commit 601471be9e
4 changed files with 73 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ $app = new Illuminate\Foundation\Application(
realpath(__DIR__.'/../')
);
// Change storage path
$app->useStoragePath(realpath(__DIR__.'/../shared/'));
/*
|--------------------------------------------------------------------------
| Bind Important Interfaces