PgsqlCastedIntFieldJoinTest::$castingType

Same name and namespace in other branches
  1. 10 core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php \Drupal\Tests\pgsql\Kernel\pgsql\Plugin\views\PgsqlCastedIntFieldJoinTest::castingType

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

Type: castingType

Overrides CastedIntFieldJoinTestBase::$castingType

File

core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php, line 19

Class

PgsqlCastedIntFieldJoinTest
Tests PostgreSQL specific cast handling.

Namespace

Drupal\Tests\pgsql\Kernel\pgsql\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.