function PostgresqlConnectionTest::testEscapeTable
@covers ::escapeTable @dataProvider providerEscapeTables
File
-
core/
tests/ Drupal/ Tests/ Core/ Database/ Driver/ pgsql/ PostgresqlConnectionTest.php, line 93
Class
- PostgresqlConnectionTest
- @coversDefaultClass \Drupal\Core\Database\Driver\pgsql\Connection @group Database
Namespace
Drupal\Tests\Core\Database\Driver\pgsqlCode
public function testEscapeTable($expected, $name) {
$pgsql_connection = new Connection($this->mockPdo, []);
$this->assertEquals($expected, $pgsql_connection->escapeTable($name));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.