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()
|
public function testAppMode()
|
||||||
{
|
{
|
||||||
|
$configCache = $this->dice->create(Cache::class);
|
||||||
|
$configCache->set('database', 'disable_pdo', true);
|
||||||
|
|
||||||
/** @var App\Mode $mode */
|
/** @var App\Mode $mode */
|
||||||
$mode = $this->dice->create(App\Mode::class);
|
$mode = $this->dice->create(App\Mode::class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue