summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/pgsql/tests/src/Functional/GenericTest.php
blob: 895f6420caefc42492da451316b3156ed000b398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

declare(strict_types=1);

namespace Drupal\Tests\pgsql\Functional;

use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;

/**
 * Generic module test for pgsql.
 *
 * @group pgsql
 */
class GenericTest extends GenericModuleTestBase {}