class MySqlCastedIntFieldJoinTest
Same name and namespace in other branches
- 11.x core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php \Drupal\Tests\mysql\Kernel\mysql\Plugin\views\MySqlCastedIntFieldJoinTest
Tests MySQL specific cast handling.
@group Database
Hierarchy
- class \Drupal\Tests\views\Kernel\Plugin\CastedIntFieldJoinTestBase
- class \Drupal\Tests\mysql\Kernel\mysql\Plugin\views\MySqlCastedIntFieldJoinTest implements \Drupal\Tests\views\Kernel\Plugin\CastedIntFieldJoinTestBase
Expanded class hierarchy of MySqlCastedIntFieldJoinTest
File
-
core/
modules/ mysql/ tests/ src/ Kernel/ mysql/ Plugin/ views/ MySqlCastedIntFieldJoinTest.php, line 14
Namespace
Drupal\Tests\mysql\Kernel\mysql\Plugin\viewsView source
class MySqlCastedIntFieldJoinTest extends CastedIntFieldJoinTestBase {
/**
* The db type that should be used for casting fields as integers.
*/
protected string $castingType = 'UNSIGNED';
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
CastedIntFieldJoinTestBase::$manager | protected | property | A plugin manager which handles the instances of joins. | |
CastedIntFieldJoinTestBase::$modules | protected static | property | Modules to install. | |
CastedIntFieldJoinTestBase::$pluginId | protected | property | ||
CastedIntFieldJoinTestBase::$rootUser | protected | property | ||
CastedIntFieldJoinTestBase::$testViews | public static | property | ||
CastedIntFieldJoinTestBase::buildJoin | protected | function | Builds a join using the given configuration. | |
CastedIntFieldJoinTestBase::setUp | protected | function | ||
CastedIntFieldJoinTestBase::setUpFixtures | protected | function | ||
CastedIntFieldJoinTestBase::testBuildJoin | public | function | Tests base join functionality. | |
MySqlCastedIntFieldJoinTest::$castingType | protected | property | The db type that should be used for casting fields as integers. | Overrides CastedIntFieldJoinTestBase::$castingType |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.