Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for alternate Cache Drivers #2413

Closed
drbyte opened this issue Apr 26, 2023 · 0 comments · Fixed by #2416
Closed

Add tests for alternate Cache Drivers #2413

drbyte opened this issue Apr 26, 2023 · 0 comments · Fixed by #2416

Comments

@drbyte
Copy link
Collaborator

drbyte commented Apr 26, 2023

Currently the test suite only tests the default in-memory array cache.

I sometimes manually run the test suite against alternate Cache Stores:

// FOR MANUAL TESTING OF ALTERNATE CACHE STORES:
// $app['config']->set('cache.default', 'array');
//Laravel supports: array, database, file
//requires extensions: apc, memcached, redis, dynamodb, octane

It would be ideal to automate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant