GenericTest.php

Namespace

Drupal\Tests\inline_form_errors\Functional

File

core/modules/inline_form_errors/tests/src/Functional/GenericTest.php

View source
<?php

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

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

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

}

Classes

Title Deprecated Summary
GenericTest Generic module test for inline_form_errors.

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