]> git.mxchange.org Git - friendica.git/commitdiff
Test the test
authorMichael <heluecht@pirati.ca>
Sun, 17 Jan 2021 21:39:42 +0000 (21:39 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Jan 2021 21:39:42 +0000 (21:39 +0000)
include/api.php
tests/datasets/config/A.config.php
tests/datasets/config/B.config.php
tests/src/Console/AutomaticInstallationConsoleTest.php

index 17fb57ad160de3eb708b638b81604e4ad33ac819..9edd797420dc614517b18873acf09a513e67129e 100644 (file)
@@ -2041,6 +2041,7 @@ function api_statuses_repeat($type)
        Logger::log('API: api_statuses_repeat: '.$id);
 
        $fields = ['uri-id', 'network', 'body', 'title', 'author-name', 'author-link', 'author-avatar', 'guid', 'created', 'plink'];
+       $fields = [];
        $item = Post::selectFirst($fields, ['id' => $id, 'private' => [Item::PUBLIC, Item::UNLISTED]]);
  
        if (DBA::isResult($item) && !empty($item['body'])) {
index 57d114de79886490b3143229ad01997f671ee8d2..081f367c2ca0574c7ce19445e573a797275f3c61 100644 (file)
@@ -12,7 +12,7 @@ return [
                'password' => 'testpw',
                'database' => 'testdb',
                'charset' => 'utf8mb4',
-               'pdo_emulate_prepares' => true,
+               'pdo_emulate_prepares' => false,
        ],
 
        'config' => [
index 76bcb6e761b1afcda6768d97c889ed92064c39fa..1a0697541184810b19343c1c70139911b4442651 100644 (file)
@@ -12,7 +12,7 @@ return [
                'password' => 'testpw',
                'database' => 'testdb',
                'charset' => 'utf8mb4',
-               'pdo_emulate_prepares' => true,
+               'pdo_emulate_prepares' => false,
        ],
 
        'config' => [
index f00a9e5377d67ccbbefbfe12bd9e5217168974c3..fdf887fe6b6975e92110cc327a2c4548bc39723e 100644 (file)
@@ -447,7 +447,7 @@ return [
                'password' => '{$conf('database', 'password')}',
                'database' => '{$conf('database', 'database')}',
                'charset' => 'utf8mb4',
-               'pdo_emulate_prepares' => true,
+               'pdo_emulate_prepares' => false,
        ],
 
        // ****************************************************************