GenericTest.php
Namespace
Drupal\FunctionalTests\Recipe\Core\full_html_format_editorFile
-
core/
recipes/ full_html_format_editor/ tests/ src/ Functional/ GenericTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\FunctionalTests\Recipe\Core\full_html_format_editor;
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.