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

declare(strict_types=1);

namespace Drupal\Tests\phpass\Functional;

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

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