mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06: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')
|
->shouldReceive('get')
|
||||||
->with('database', 'database')
|
->with('database', 'database')
|
||||||
->andReturn(getenv('MYSQL_DATABASE'));
|
->andReturn(getenv('MYSQL_DATABASE'));
|
||||||
$this->configMock
|
|
||||||
->shouldReceive('get')
|
|
||||||
->with('database', 'disable_pdo')
|
|
||||||
->andReturn(true);
|
|
||||||
$this->configMock
|
$this->configMock
|
||||||
->shouldReceive('get')
|
->shouldReceive('get')
|
||||||
->with('config', 'hostname')
|
->with('config', 'hostname')
|
||||||
|
|
Loading…
Reference in a new issue