diff --git a/src/View/BlockViewBuilder.php b/src/View/BlockViewBuilder.php index fd1545c..f06fda9 100644 --- a/src/View/BlockViewBuilder.php +++ b/src/View/BlockViewBuilder.php @@ -7,9 +7,9 @@ use Drupal\Core\Block\TitleBlockPluginInterface; use Drupal\Core\Cache\CacheableDependencyInterface; use Drupal\Core\Cache\CacheableMetadata; use Drupal\Core\Controller\TitleResolverInterface; -use Drupal\Core\Plugin\ContextAwarePluginInterface; use Drupal\Core\Plugin\Context\ContextHandlerInterface; use Drupal\Core\Plugin\Context\ContextRepositoryInterface; +use Drupal\Core\Plugin\ContextAwarePluginInterface; use Drupal\Core\Render\Element; use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Session\AccountInterface; diff --git a/tests/src/Functional/TwigTweakTest.php b/tests/src/Functional/TwigTweakTest.php index a2391cd..b309037 100644 --- a/tests/src/Functional/TwigTweakTest.php +++ b/tests/src/Functional/TwigTweakTest.php @@ -5,13 +5,13 @@ namespace Drupal\Tests\twig_tweak\Functional; use Drupal\Core\Link; use Drupal\Core\Render\Markup; use Drupal\Core\Url; -use Drupal\file\FileInterface; -use Drupal\Tests\BrowserTestBase; -use Drupal\Tests\TestFileCreationTrait; use Drupal\file\Entity\File; +use Drupal\file\FileInterface; use Drupal\language\Entity\ConfigurableLanguage; use Drupal\media\Entity\Media; use Drupal\responsive_image\Entity\ResponsiveImageStyle; +use Drupal\Tests\BrowserTestBase; +use Drupal\Tests\TestFileCreationTrait; use Drupal\user\Entity\Role; /** diff --git a/tests/src/Kernel/EntityFormViewBuilderTest.php b/tests/src/Kernel/EntityFormViewBuilderTest.php index bcb3d7d..b349b66 100644 --- a/tests/src/Kernel/EntityFormViewBuilderTest.php +++ b/tests/src/Kernel/EntityFormViewBuilderTest.php @@ -3,9 +3,9 @@ namespace Drupal\Tests\twig_tweak\Kernel; use Drupal\Core\Cache\Cache; -use Drupal\Tests\user\Traits\UserCreationTrait; use Drupal\node\Entity\Node; use Drupal\node\Entity\NodeType; +use Drupal\Tests\user\Traits\UserCreationTrait; /** * A test for EntityFormViewBuilder. diff --git a/tests/src/Kernel/FieldViewBuilderTest.php b/tests/src/Kernel/FieldViewBuilderTest.php index e358b5e..a462711 100644 --- a/tests/src/Kernel/FieldViewBuilderTest.php +++ b/tests/src/Kernel/FieldViewBuilderTest.php @@ -3,9 +3,9 @@ namespace Drupal\Tests\twig_tweak\Kernel; use Drupal\Core\Cache\Cache; -use Drupal\Tests\user\Traits\UserCreationTrait; use Drupal\node\Entity\Node; use Drupal\node\Entity\NodeType; +use Drupal\Tests\user\Traits\UserCreationTrait; /** * A test for FieldViewBuilder.