GenericTest.php

Namespace

Drupal\Tests\layout_builder_expose_all_field_blocks\Functional

File

core/modules/layout_builder/modules/layout_builder_expose_all_field_blocks/tests/src/Functional/GenericTest.php

View source
<?php

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

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

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

}

Classes

Title Deprecated Summary
GenericTest Generic module test for layout_builder_expose_all_field_blocks.

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