Skip to content
Snippets Groups Projects
Commit 520be06d authored by Joshua Sedler's avatar Joshua Sedler :cartwheel_tone2:
Browse files

Issue #3502000: Add basic installation test

parent 7bf34ca7
No related branches found
Tags 8.x-1.11
1 merge request!5Issue #3502000: Add basic installation test
Pipeline #407129 failed
<?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.
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment