Skip to content
Snippets Groups Projects

Issue #3467886 "Write basic functional"

1 file
+ 22
0
Compare changes
  • Side-by-side
  • Inline
<?php
namespace Drupal\Tests\webform_analysis\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
/**
* Generic module test for webform_analysis.
*
* @group webform_analysis
*/
class WebformAnalysisGenericTest extends GenericModuleTestBase {
/**
* {@inheritDoc}
*/
protected function assertHookHelp(string $module): void {
// Don't do anything here. Just overwrite this method, so we don't have to
// implement hook_help().
}
}
Loading