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