Loading core/modules/mysql/tests/src/Functional/RequirementsTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -29,9 +29,9 @@ protected function setUp(): void { parent::setUp(); // The isolation_level option is only available for MySQL. $connectionInfo = Database::getConnectionInfo(); if ($connectionInfo['default']['driver'] !== 'mysql') { $this->markTestSkipped("This test does not support the {$connectionInfo['default']['driver']} database driver."); $connection = Database::getConnection(); if ($connection->driver() !== 'mysql') { $this->markTestSkipped("This test does not support the {$connection->driver()} database driver."); } } Loading Loading
core/modules/mysql/tests/src/Functional/RequirementsTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -29,9 +29,9 @@ protected function setUp(): void { parent::setUp(); // The isolation_level option is only available for MySQL. $connectionInfo = Database::getConnectionInfo(); if ($connectionInfo['default']['driver'] !== 'mysql') { $this->markTestSkipped("This test does not support the {$connectionInfo['default']['driver']} database driver."); $connection = Database::getConnection(); if ($connection->driver() !== 'mysql') { $this->markTestSkipped("This test does not support the {$connection->driver()} database driver."); } } Loading