You are here

private property ConnectionTest::$pdoConnection in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Database/Driver/mysql/ConnectionTest.php \Drupal\Tests\Core\Database\Driver\mysql\ConnectionTest::pdoConnection

A PDO object prophecy.

Type: \PDO|\Prophecy\Prophecy\ObjectProphecy

File

core/tests/Drupal/Tests/Core/Database/Driver/mysql/ConnectionTest.php, line 29

Class

ConnectionTest
Tests MySQL database connections.

Namespace

Drupal\Tests\Core\Database\Driver\mysql

Code

private $pdoConnection;