Disable PDO for the AppMode test as well

This commit is contained in:
Michael 2020-11-08 17:26:20 +00:00
parent b0cf539048
commit f23ec66801

View file

@ -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);