You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use PSR20 ClockInterface for session handling
- Introduced a new `SystemClock` class implementing `ClockInterface` for time management.
- Updated `ArraySessionHandler` and `CacheSessionHandler` to utilize the `SystemClock` for timestamping, enhancing testability and flexibility.
- Added a `FixedClock` mock for testing purposes, allowing controlled time manipulation in tests.
0 commit comments