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

declare(strict_types=1);

namespace Drupal\Tests\update\Functional;

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

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