MySqlCastedIntFieldJoinTest.php
Same filename in other branches
Namespace
Drupal\Tests\mysql\Kernel\mysql\Plugin\viewsFile
-
core/
modules/ mysql/ tests/ src/ Kernel/ mysql/ Plugin/ views/ MySqlCastedIntFieldJoinTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\mysql\Kernel\mysql\Plugin\views;
use Drupal\Tests\views\Kernel\Plugin\CastedIntFieldJoinTestBase;
/**
* Tests MySQL specific cast handling.
*
* @group Database
*/
class MySqlCastedIntFieldJoinTest extends CastedIntFieldJoinTestBase {
/**
* The db type that should be used for casting fields as integers.
*/
protected string $castingType = 'UNSIGNED';
}
Classes
Title | Deprecated | Summary |
---|---|---|
MySqlCastedIntFieldJoinTest | Tests MySQL specific cast handling. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.