feat(database): support multiple databases in migrations and query builders #1924
coding-conventions.yml
on: pull_request
Run style check
35s
Run static analysis: PHPStan
28s
Annotations
10 errors
|
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().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L148
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L138
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L137
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L59
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L58
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L57
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|
|
Run static analysis: PHPStan:
tests/Integration/Database/MultiDatabaseTest.php#L56
Call to an undefined method Tempest\Database\Migrations\MigrationManager::inDatabase().
|