SyntaxTest.php
Same filename in this branch
Same filename and directory in other branches
- 11.x core/modules/sqlite/tests/src/Kernel/sqlite/SyntaxTest.php
- 11.x core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php
- 11.x core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php
- 11.x core/modules/mysqli/tests/src/Kernel/mysqli/SyntaxTest.php
- 10 core/modules/sqlite/tests/src/Kernel/sqlite/SyntaxTest.php
- 10 core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php
- 10 core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php
Namespace
Drupal\Tests\pgsql\Kernel\pgsqlFile
-
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;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests PostgreSQL syntax interpretation.
*/
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.