SqliteCastedIntFieldJoinTest::$castingType

Same name and namespace in other branches
  1. 11.x core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php \Drupal\Tests\sqlite\Kernel\sqlite\Plugin\views\SqliteCastedIntFieldJoinTest::castingType

The db type that should be used for casting fields as integers.

Type: castingType

Overrides CastedIntFieldJoinTestBase::$castingType

File

core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php, line 19

Class

SqliteCastedIntFieldJoinTest
Tests SQLite specific cast handling.

Namespace

Drupal\Tests\sqlite\Kernel\sqlite\Plugin\views

Code

protected string $castingType = 'INTEGER';

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