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

This reverts commit bd27a538ef.
8.2.x
xjm 2016-08-01 16:00:23 -05:00
parent a0a530fd4f
commit 39a382ba61
1 changed files with 3 additions and 3 deletions

View File

@ -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.