user_registration_reminder-1.x-dev/tests/src/Kernel/Functional/UserRegistrationReminderGenericTest.php
tests/src/Kernel/Functional/UserRegistrationReminderGenericTest.php
<?php
namespace Drupal\Tests\user_registration_reminder\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
/**
* Generic module test for user_registration_reminder.
*
* @group user_registration_reminder
*/
class UserRegistrationReminderGenericTest extends GenericModuleTestBase {
/**
* {@inheritDoc}
*/
protected function assertHookHelp(string $module): void {
// Don't do anything here. We intend to implement hook_help() differently.
}
}
