Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fillpdf
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
fillpdf
Commits
d7418f10
Commit
d7418f10
authored
3 years ago
by
Liam Morland
Browse files
Options
Downloads
Patches
Plain Diff
Issue #3139205: Re-enable Webform tests
Partial revert of
db4154d7
.
parent
eb8a0b18
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Functional/PdfWebformPopulationTest.php
+0
-5
0 additions, 5 deletions
tests/src/Functional/PdfWebformPopulationTest.php
with
0 additions
and
5 deletions
tests/src/Functional/PdfWebformPopulationTest.php
+
0
−
5
View file @
d7418f10
...
@@ -43,11 +43,6 @@ class PdfWebformPopulationTest extends FillPdfTestBase {
...
@@ -43,11 +43,6 @@ class PdfWebformPopulationTest extends FillPdfTestBase {
* {@inheritdoc}
* {@inheritdoc}
*/
*/
protected
function
setUp
():
void
{
protected
function
setUp
():
void
{
// @todo Stop skipping this test when Webform has Drupal 9 support.
if
(
version_compare
(
substr
(
\Drupal
::
VERSION
,
0
,
1
),
9
,
'>='
))
{
$this
->
markTestSkipped
(
'Webform is not yet compatible with Drupal 9, so skipping these tests.'
);
}
parent
::
setUp
();
parent
::
setUp
();
// Add some roles to this user.
// Add some roles to this user.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment