GenericTest.php

Namespace

Drupal\Tests\navigation_top_bar\Functional

File

core/modules/navigation/modules/navigation_top_bar/tests/src/Functional/GenericTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\navigation_top_bar\Functional;

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

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

}

Classes

Title Deprecated Summary
GenericTest Generic module test for navigation_top_bar.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.