Test if the tests work better without PDO
This commit is contained in:
parent
9b95722fba
commit
efc2969450
|
@ -141,6 +141,10 @@ trait AppMockTrait
|
|||
->shouldReceive('get')
|
||||
->with('database', 'database')
|
||||
->andReturn(getenv('MYSQL_DATABASE'));
|
||||
$this->configMock
|
||||
->shouldReceive('get')
|
||||
->with('database', 'disable_pdo')
|
||||
->andReturn(true);
|
||||
$this->configMock
|
||||
->shouldReceive('get')
|
||||
->with('config', 'hostname')
|
||||
|
|
Loading…
Reference in New Issue
Block a user