]> git.mxchange.org Git - friendica.git/blobdiff - tests/functional/DependencyCheckTest.php
Friendica copyright changed from 2023 to 2034
[friendica.git] / tests / functional / DependencyCheckTest.php
index 4488fe5868df6f4b7823411506db4c125fa98917..f3bc4842725d02666001b9f3c5fb0ab4ae598366 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -80,12 +80,6 @@ class DependencyCheckTest extends FixtureTest
 
        public function testDatabase()
        {
-               // PDO needs to be disabled for PHP 7.2, see https://jira.mariadb.org/browse/MDEV-24121
-               if (version_compare(PHP_VERSION, '7.3') < 0) {
-                       $configCache = $this->dice->create(Cache::class);
-                       $configCache->set('database', 'disable_pdo', true);
-               }
-
                /** @var Database $database */
                $database = $this->dice->create(Database::class);