Skip to content
Snippets Groups Projects
Commit bd27a538 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent f94a4c2e
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\telephone\Tests;
namespace Drupal\Tests\telephone\Functional;
use Drupal\field\Entity\FieldConfig;
use Drupal\simpletest\WebTestBase;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Tests\BrowserTestBase;
/**
* Tests the creation of telephone fields.
*
* @group telephone
*/
class TelephoneFieldTest extends WebTestBase {
class TelephoneFieldTest extends BrowserTestBase {
/**
* 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