diff --git a/modules/localgov_geo_address/tests/Functional/AddressFormsTest.php b/modules/localgov_geo_address/tests/Functional/AddressFormsTest.php index e3de190..1c5ab05 100644 --- a/modules/localgov_geo_address/tests/Functional/AddressFormsTest.php +++ b/modules/localgov_geo_address/tests/Functional/AddressFormsTest.php @@ -3,8 +3,8 @@ namespace Drupal\Tests\localgov_geo_address\Functional; use Drupal\Component\Utility\Html; -use Drupal\geo_entity\Entity\GeoEntity; use Drupal\Tests\BrowserTestBase; +use Drupal\geo_entity\Entity\GeoEntity; /** * Ensures that localgov_geo UI works. diff --git a/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Element/AutocompleteAddress.php b/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Element/AutocompleteAddress.php index 1df32bc..d0f6241 100644 --- a/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Element/AutocompleteAddress.php +++ b/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Element/AutocompleteAddress.php @@ -2,12 +2,12 @@ namespace Drupal\localgov_geo_update_to_geo_test\Element; -use Drupal\address\Element\Address; use Drupal\Component\Utility\Crypt; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Render\BubbleableMetadata; use Drupal\Core\Site\Settings; use Drupal\Core\Url; +use Drupal\address\Element\Address; /** * Extends the address element to add autocomplete. diff --git a/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Plugin/Field/FieldWidget/AutocompleteAddress.php b/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Plugin/Field/FieldWidget/AutocompleteAddress.php index 67b7373..fd60752 100644 --- a/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Plugin/Field/FieldWidget/AutocompleteAddress.php +++ b/modules/localgov_geo_update/tests/modules/localgov_geo_update_to_geo_test/src/Plugin/Field/FieldWidget/AutocompleteAddress.php @@ -2,11 +2,11 @@ namespace Drupal\localgov_geo_update_to_geo_test\Plugin\Field\FieldWidget; -use Drupal\address\Plugin\Field\FieldWidget\AddressDefaultWidget; use Drupal\Core\Entity\EntityFieldManagerInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Field\FieldItemListInterface; use Drupal\Core\Form\FormStateInterface; +use Drupal\address\Plugin\Field\FieldWidget\AddressDefaultWidget; use Drupal\geocoder\Entity\GeocoderProvider; use Drupal\geocoder\ProviderPluginManager; use Symfony\Component\DependencyInjection\ContainerInterface; diff --git a/modules/localgov_geo_update/tests/src/Functional/UpdateLocalgovGeoTest.php b/modules/localgov_geo_update/tests/src/Functional/UpdateLocalgovGeoTest.php index a39492a..c6a2bfa 100644 --- a/modules/localgov_geo_update/tests/src/Functional/UpdateLocalgovGeoTest.php +++ b/modules/localgov_geo_update/tests/src/Functional/UpdateLocalgovGeoTest.php @@ -6,11 +6,11 @@ use Drupal\Core\Entity\Entity\EntityFormMode; use Drupal\Core\Entity\Entity\EntityViewDisplay; use Drupal\Core\Entity\Entity\EntityViewMode; +use Drupal\Tests\BrowserTestBase; use Drupal\geo_entity\Entity\GeoEntity; use Drupal\geo_entity\Entity\GeoEntityType; use Drupal\localgov_geo_update\Entity\LocalgovGeo; use Drupal\localgov_geo_update\MigrateDisplayModes; -use Drupal\Tests\BrowserTestBase; /** * Updates a localgov geo entity and checks fields and display works. diff --git a/tests/src/Functional/GeoBundleCreationTest.php b/tests/src/Functional/GeoBundleCreationTest.php index d030669..074d37f 100644 --- a/tests/src/Functional/GeoBundleCreationTest.php +++ b/tests/src/Functional/GeoBundleCreationTest.php @@ -2,8 +2,8 @@ namespace Drupal\Tests\localgov_geo\Functional; -use Drupal\geo_entity\Entity\GeoEntityType; use Drupal\Tests\BrowserTestBase; +use Drupal\geo_entity\Entity\GeoEntityType; /** * Ensures that localgov_geo UI works.