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

declare(strict_types=1);

namespace Drupal\Tests\jsonapi\Functional;

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

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