Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
df01e878
Commit
df01e878
authored
Mar 25, 2017
by
Alex Pott
Browse files
Issue
#2863969
by GoZ: Convert web tests to browser tests for options module
parent
e83f9f69
Changes
7
Hide whitespace changes
Inline
Side-by-side
core/modules/options/
src/Tests
/OptionsDynamicValuesApiTest.php
→
core/modules/options/
tests/src/Functional
/OptionsDynamicValuesApiTest.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
/**
* Tests the options allowed values api.
...
...
core/modules/options/
src/Tests
/OptionsDynamicValuesTestBase.php
→
core/modules/options/
tests/src/Functional
/OptionsDynamicValuesTestBase.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
use
Drupal\field\Entity\FieldConfig
;
use
Drupal\field\Tests\FieldTestBase
;
...
...
core/modules/options/
src/Tests
/OptionsDynamicValuesValidationTest.php
→
core/modules/options/
tests/src/Functional
/OptionsDynamicValuesValidationTest.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
/**
* Tests the Options field allowed values function.
...
...
core/modules/options/
src/Tests
/OptionsFieldUITest.php
→
core/modules/options/
tests/src/Functional
/OptionsFieldUITest.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
use
Drupal\field\Entity\FieldConfig
;
use
Drupal\field\Entity\FieldStorageConfig
;
...
...
core/modules/options/
src/Tests
/OptionsFloatFieldImportTest.php
→
core/modules/options/
tests/src/Functional
/OptionsFloatFieldImportTest.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
use
Drupal\field\Entity\FieldConfig
;
use
Drupal\field\Entity\FieldStorageConfig
;
...
...
core/modules/options/
src/Tests
/OptionsSelectDynamicValuesTest.php
→
core/modules/options/
tests/src/Functional
/OptionsSelectDynamicValuesTest.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
/**
* Tests an options select with a dynamic allowed values function.
...
...
core/modules/options/
src/Tests
/OptionsWidgetsTest.php
→
core/modules/options/
tests/src/Functional
/OptionsWidgetsTest.php
View file @
df01e878
<?php
namespace
Drupal\options\
Tests
;
namespace
Drupal\
Tests\
options\
Functional
;
use
Drupal\entity_test
\
Entity\EntityTest
;
use
Drupal\field\Entity\FieldConfig
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment