mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
minor changes
This commit is contained in:
parent
7fd065f17b
commit
3b5e1fb494
2 changed files with 1 additions and 5 deletions
|
|
@ -197,10 +197,6 @@ class QueueTest extends TestCase
|
||||||
*/
|
*/
|
||||||
public function tenancy_is_initialized_when_retrying_jobs(bool $shouldEndTenancy)
|
public function tenancy_is_initialized_when_retrying_jobs(bool $shouldEndTenancy)
|
||||||
{
|
{
|
||||||
if (! Str::startsWith(app()->version(), '8')) {
|
|
||||||
$this->markTestSkipped('queue:retry tenancy is only supported in Laravel 8');
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->withFailedJobs();
|
$this->withFailedJobs();
|
||||||
$this->withTenantDatabases();
|
$this->withTenantDatabases();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ class TenantDatabaseManagerTest extends TestCase
|
||||||
$this->assertTrue($postgresManager->databaseExists($database));
|
$this->assertTrue($postgresManager->databaseExists($database));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function database_manager_provider()
|
public static function database_manager_provider()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
['mysql', MySQLDatabaseManager::class],
|
['mysql', MySQLDatabaseManager::class],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue