]> git.mxchange.org Git - friendica.git/commitdiff
Disable PDO for the AppMode test as well
authorMichael <heluecht@pirati.ca>
Sun, 8 Nov 2020 17:26:20 +0000 (17:26 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 8 Nov 2020 17:26:20 +0000 (17:26 +0000)
tests/functional/DependencyCheckTest.php

index 62816f4c73be4251f8a9de30ae8654a635512d37..fcd3ca521faeb249b8a4f0f49cce67c4607066b9 100644 (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);