PgsqlCastedIntFieldJoinTest.php

Same filename and directory in other branches
  1. 10 core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php

Namespace

Drupal\Tests\pgsql\Kernel\pgsql\Plugin\views

File

core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\pgsql\Kernel\pgsql\Plugin\views;

use Drupal\Tests\views\Kernel\Plugin\CastedIntFieldJoinTestBase;

/**
 * Tests PostgreSQL specific cast handling.
 *
 * @group Database
 */
class PgsqlCastedIntFieldJoinTest extends CastedIntFieldJoinTestBase {
    
    /**
     * The db type that should be used for casting fields as integers.
     */
    protected string $castingType = 'INTEGER';

}

Classes

Title Deprecated Summary
PgsqlCastedIntFieldJoinTest Tests PostgreSQL specific cast handling.

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