Skip to content

feat(database): support multiple databases in migrations and query builders #1922

feat(database): support multiple databases in migrations and query builders

feat(database): support multiple databases in migrations and query builders #1922

Triggered via pull request May 22, 2025 17:57
Status Failure
Total duration 35s
Artifacts

coding-conventions.yml

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

Annotations

5 errors
Run style check
Process completed with exit code 1.
Run static analysis: PHPStan
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/TestingDatabaseInitializer.php#L55
Class Tempest\Database\GenericDatabase constructor invoked with 3 parameters, 2 required.
Run static analysis: PHPStan: tests/Integration/TestingDatabaseInitializer.php#L50
Call to an undefined method Tempest\Database\Connection\Connection::reconnect().
Run static analysis: PHPStan: tests/Integration/TestingDatabaseInitializer.php#L49
Call to an undefined method Tempest\Database\Connection\Connection::ping().