mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 19:14:45 +02:00
Have to make this match the trait
This commit is contained in:
parent
38be89a71e
commit
bb5955cff4
@ -40,8 +40,10 @@ abstract class IntegrationTestCase extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The database connections that should have transactions.
|
* The database connections that should have transactions.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function connectionsToTransact(): array
|
protected function connectionsToTransact()
|
||||||
{
|
{
|
||||||
return [DB::getDriverName()];
|
return [DB::getDriverName()];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user