You are here

public function WebformElementTelephoneTest::setUp in Webform 8.5

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/Element/WebformElementTelephoneTest.php, line 30

Class

WebformElementTelephoneTest
Tests for telephone element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public function setUp() {
  if (floatval(\Drupal::VERSION) >= 9) {
    $this
      ->markTestSkipped('Issue #3110478: [Webform 8.x-6.x] Track the D9 readiness state of the Webform module\'s (optional) dependencies');
  }
  parent::setUp();
}