Skip to content
Snippets Groups Projects
Commit 39a382ba authored by Jess's avatar Jess
Browse files

Revert "Issue #2755991 by klausi: Convert web tests to browser tests for telephone module"

This reverts commit bd27a538.
parent a0a530fd
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php <?php
namespace Drupal\Tests\telephone\Functional; namespace Drupal\telephone\Tests;
use Drupal\field\Entity\FieldConfig; use Drupal\field\Entity\FieldConfig;
use Drupal\simpletest\WebTestBase;
use Drupal\field\Entity\FieldStorageConfig; use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Tests\BrowserTestBase;
/** /**
* Tests the creation of telephone fields. * Tests the creation of telephone fields.
* *
* @group telephone * @group telephone
*/ */
class TelephoneFieldTest extends BrowserTestBase { class TelephoneFieldTest extends WebTestBase {
/** /**
* Modules to enable. * Modules to enable.
......
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