Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webform_analysis
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
webform_analysis
Merge requests
!12
Issue
#3467886
"Write basic functional"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3467886
"Write basic functional"
issue/webform_analysis-3467886:3467886-write-basic-functional
into
8.x-1.x
Overview
1
Commits
2
Pipelines
2
Changes
1
Open
Ankit Pathak
requested to merge
issue/webform_analysis-3467886:3467886-write-basic-functional
into
8.x-1.x
8 months ago
Overview
1
Commits
2
Pipelines
2
Changes
1
Expand
Closes
#3467886
0
0
Merge request reports
Compare
8.x-1.x
version 1
45a8dbb9
8 months ago
8.x-1.x (HEAD)
and
latest version
latest version
d1e79d3b
2 commits,
8 months ago
version 1
45a8dbb9
1 commit,
8 months ago
1 file
+
22
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Functional/WebformAnalysisGenericTest.php
0 → 100644
+
22
−
0
Options
<?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