Remove PDO test

This commit is contained in:
Michael 2020-11-07 15:25:43 +00:00
parent efc2969450
commit 23a68803a1
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ 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')