fences-8.x-2.0-rc1/modules/fences_presets/tests/src/Functional/FencesPresetsGenericTest.php
modules/fences_presets/tests/src/Functional/FencesPresetsGenericTest.php
<?php
namespace Drupal\Tests\fences_presets\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
/**
* Generic module test for fences_presets.
*
* @group fences_presets
*/
class FencesPresetsGenericTest extends GenericModuleTestBase {
/**
* {@inheritDoc}
*/
protected function assertHookHelp(string $module): void {
// Don't do anything here. Just overwrite this useless method, so we do
// don't have to implement hook_help().
}
}
