-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Suggestion] Run tests against the shared integration testsuite #8
Comments
Btw, your 1.0 implementation does not respect the spec regarding exceptions... |
Tests are added in #12, but we are currently skipping those that fail. This is a bug until resolved therefore. |
Partially implemented in #13 (for TTL) which is now merged, and #15 which is pending resolution of issue discovered in integration test (see: php-cache/integration-tests#74 ) |
Opened issue #20 for |
Otherwise, closed by various PRs listed above. |
https://github.com/php-cache/integration-tests maintains a set of integration tests for PSR cache implementations. As of 0.14.0, it supports PSR-16 too rather than only PSR-6 (the readme does not showcase it, but I opened a PR updating it at php-cache/integration-tests#68
It would be great to run tests against it too (without mocking doctrine/cache), to ensure that it behaves properly according to the spec.
The text was updated successfully, but these errors were encountered: