SyntaxTest.php

Same filename in this branch
  1. 11.x core/modules/sqlite/tests/src/Kernel/sqlite/SyntaxTest.php
  2. 11.x core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php
Same filename in other branches
  1. 10 core/modules/sqlite/tests/src/Kernel/sqlite/SyntaxTest.php
  2. 10 core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php
  3. 10 core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php

Namespace

Drupal\Tests\pgsql\Kernel\pgsql

File

core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\pgsql\Kernel\pgsql;

use Drupal\KernelTests\Core\Database\DriverSpecificSyntaxTestBase;

/**
 * Tests PostgreSQL syntax interpretation.
 *
 * @group Database
 */
class SyntaxTest extends DriverSpecificSyntaxTestBase {

}

Classes

Title Deprecated Summary
SyntaxTest Tests PostgreSQL syntax interpretation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.