GenericTest.php

Namespace

Drupal\FunctionalTests\Recipe\Core\core_recommended_maintenance

File

core/recipes/core_recommended_maintenance/tests/src/Functional/GenericTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\FunctionalTests\Recipe\Core\core_recommended_maintenance;

use Drupal\Tests\system\Functional\Recipe\GenericRecipeTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests Generic.
 */
class GenericTest extends GenericRecipeTestBase {

}

Classes

Title Deprecated Summary
GenericTest Tests Generic.

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