mirror of
https://github.com/friendica/friendica
synced 2024-11-18 04:23:41 +00:00
Remove PDO test
This commit is contained in:
parent
efc2969450
commit
23a68803a1
1 changed files with 0 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue