Skip to content
Snippets Groups Projects
Commit d7418f10 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3139205: Re-enable Webform tests

Partial revert of db4154d7.
parent eb8a0b18
Branches master
No related tags found
No related merge requests found
...@@ -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.
......
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