function DriverSpecificSchemaTestBase::testTableWithSpecificDataType

Same name and namespace in other branches
  1. 10 core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php \Drupal\KernelTests\Core\Database\DriverSpecificSchemaTestBase::testTableWithSpecificDataType()

Tests creating a table with database specific data type.

3 methods override DriverSpecificSchemaTestBase::testTableWithSpecificDataType()
SchemaTest::testTableWithSpecificDataType in core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php
Tests creating a table with database specific data type.
SchemaTest::testTableWithSpecificDataType in core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php
Tests creating a table with database specific data type.
SchemaTest::testTableWithSpecificDataType in core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
Tests creating a table with database specific data type.

File

core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php, line 318

Class

DriverSpecificSchemaTestBase
Tests table creation and modification via the schema API.

Namespace

Drupal\KernelTests\Core\Database

Code

public abstract function testTableWithSpecificDataType() : void;

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