SqliteCastedIntFieldJoinTest.php
Namespace
Drupal\Tests\sqlite\Kernel\sqlite\Plugin\viewsFile
-
core/
modules/ sqlite/ tests/ src/ Kernel/ sqlite/ Plugin/ views/ SqliteCastedIntFieldJoinTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\sqlite\Kernel\sqlite\Plugin\views;
use Drupal\Tests\views\Kernel\Plugin\CastedIntFieldJoinTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests SQLite specific cast handling.
*/
class SqliteCastedIntFieldJoinTest extends CastedIntFieldJoinTestBase {
/**
* The db type that should be used for casting fields as integers.
*/
protected string $castingType = 'INTEGER';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| SqliteCastedIntFieldJoinTest | Tests SQLite specific cast handling. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.