mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Disable PDO for the AppMode test as well
This commit is contained in:
parent
b0cf539048
commit
f23ec66801
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ class DependencyCheckTest extends TestCase
|
|||
|
||||
public function testAppMode()
|
||||
{
|
||||
$configCache = $this->dice->create(Cache::class);
|
||||
$configCache->set('database', 'disable_pdo', true);
|
||||
|
||||
/** @var App\Mode $mode */
|
||||
$mode = $this->dice->create(App\Mode::class);
|
||||
|
||||
|
|
Loading…
Reference in a new issue