Skip to content
Snippets Groups Projects
Commit 61d89c67 authored by catch's avatar catch
Browse files

Issue #3046698 by claudiu.cristea: Convert BcRoutesTest into a Kernel test

parent 8165415c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php
namespace Drupal\Tests\settings_tray\Functional;
namespace Drupal\Tests\settings_tray\Kernel;
use Drupal\Core\Url;
use Drupal\Tests\BrowserTestBase;
use Drupal\KernelTests\KernelTestBase;
use Drupal\Tests\block\Traits\BlockCreationTrait;
/**
* Tests Settings Tray BC routes.
......@@ -11,13 +12,17 @@
* @group settings_tray
* @group legacy
*/
class BcRoutesTest extends BrowserTestBase {
class BcRoutesTest extends KernelTestBase {
use BlockCreationTrait;
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'block',
'settings_tray',
'system',
];
/**
......
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