MySqlCastedIntFieldJoinTest::$castingType

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

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

Type: castingType

Overrides CastedIntFieldJoinTestBase::$castingType

File

core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php, line 19

Class

MySqlCastedIntFieldJoinTest
Tests MySQL specific cast handling.

Namespace

Drupal\Tests\mysql\Kernel\mysql\Plugin\views

Code

protected string $castingType = 'UNSIGNED';

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