]> git.mxchange.org Git - friendica.git/commitdiff
Testing why tests are failing
authorMichael <heluecht@pirati.ca>
Sat, 16 Jan 2021 23:45:43 +0000 (23:45 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 16 Jan 2021 23:45:43 +0000 (23:45 +0000)
tests/datasets/config/A.config.php
tests/datasets/config/B.config.php
tests/src/Console/AutomaticInstallationConsoleTest.php

index f28e1f2e85004ade3269508f564f1a8c0b8d1e00..57d114de79886490b3143229ad01997f671ee8d2 100644 (file)
@@ -12,6 +12,7 @@ return [
                'password' => 'testpw',
                'database' => 'testdb',
                'charset' => 'utf8mb4',
+               'pdo_emulate_prepares' => true,
        ],
 
        'config' => [
index 59fadcf55ebd2b0f396d11c03cdc12a7ce71387d..76bcb6e761b1afcda6768d97c889ed92064c39fa 100644 (file)
@@ -12,6 +12,7 @@ return [
                'password' => 'testpw',
                'database' => 'testdb',
                'charset' => 'utf8mb4',
+               'pdo_emulate_prepares' => true,
        ],
 
        'config' => [
index 751cc0b9888d223f707b1c8a3b409f07f1c97b98..f00a9e5377d67ccbbefbfe12bd9e5217168974c3 100644 (file)
@@ -447,6 +447,7 @@ return [
                'password' => '{$conf('database', 'password')}',
                'database' => '{$conf('database', 'database')}',
                'charset' => 'utf8mb4',
+               'pdo_emulate_prepares' => true,
        ],
 
        // ****************************************************************