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

declare(strict_types=1);

namespace Drupal\Tests\toolbar\Functional;

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

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