You are here

private property ConnectionTest::$pdoStatement 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::pdoStatement

A PDO statement prophecy.

Type: \PDOStatement|\Prophecy\Prophecy\ObjectProphecy

File

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

Class

ConnectionTest
Tests MySQL database connections.

Namespace

Drupal\Tests\Core\Database\Driver\mysql

Code

private $pdoStatement;