Revert "Issue #2755991 by klausi: Convert web tests to browser tests for telephone module"
This reverts commit bd27a538ef
.
8.2.x
parent
a0a530fd4f
commit
39a382ba61
|
@ -1,17 +1,17 @@
|
||||||
<?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.
|
Loading…
Reference in New Issue