SqliteCastedIntFieldJoinTest.php

Same filename in other branches
  1. 10 core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php

Namespace

Drupal\Tests\sqlite\Kernel\sqlite\Plugin\views

File

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;

/**
 * Tests SQLite specific cast handling.
 *
 * @group Database
 */
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.