Skip to content

feat(session): session cache and persistence #2781

feat(session): session cache and persistence

feat(session): session cache and persistence #2781

Triggered via pull request November 10, 2025 12:43
Status Failure
Total duration 45s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
27s
Run style check
Run static analysis: PHPStan
41s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Run style check
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/Http/FileSessionTest.php#L40
Class Tempest\Http\Session\Managers\FileSessionManager constructor invoked with 2 parameters, 3 required.
Run static analysis: PHPStan: tests/Integration/Http/DatabaseSessionTest.php#L218
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
Run static analysis: PHPStan: tests/Integration/Http/DatabaseSessionTest.php#L213
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
Run static analysis: PHPStan: tests/Integration/Http/DatabaseSessionTest.php#L189
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
Run static analysis: PHPStan: tests/Integration/Http/DatabaseSessionTest.php#L169
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
Run static analysis: PHPStan: tests/Integration/Http/DatabaseSessionTest.php#L161
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
Run static analysis: PHPStan: tests/Integration/Http/DatabaseSessionTest.php#L41
Class Tempest\Http\Session\Managers\DatabaseSessionManager constructor invoked with 3 parameters, 4 required.
Run static analysis: PHPStan: tests/Integration/Http/CleanupSessionsCommandTest.php#L38
Call to an undefined method Tempest\Http\Session\SessionManager::set().
Run static analysis: PHPStan: tests/Integration/Http/CleanupSessionsCommandTest.php#L34
Call to an undefined method Tempest\Http\Session\SessionManager::set().
Run static analysis: PHPStan: tests/Integration/Auth/Authentication/SessionAuthenticatorTest.php#L48
Class Tempest\Http\Session\Managers\FileSessionManager constructor invoked with 2 parameters, 3 required.