Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
39a382ba
Commit
39a382ba
authored
8 years ago
by
Jess
Browse files
Options
Downloads
Patches
Plain Diff
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
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/telephone/src/Tests/TelephoneFieldTest.php
+3
-3
3 additions, 3 deletions
core/modules/telephone/src/Tests/TelephoneFieldTest.php
with
3 additions
and
3 deletions
core/modules/telephone/
tests/src/Functional
/TelephoneFieldTest.php
→
core/modules/telephone/
src/Tests
/TelephoneFieldTest.php
+
3
−
3
View file @
39a382ba
<?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
Browser
TestBase
{
class
TelephoneFieldTest
extends
Web
TestBase
{
/**
/**
* Modules to enable.
* Modules to enable.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment