Skip to content
Snippets Groups Projects
Verified Commit a220b008 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3454062 by kim.pepper: Move Recipe\RollbackTest is to the FunctionalTests namespace

parent 70383032
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,11 @@
declare(strict_types=1);
namespace Drupal\KernelTests\Core\Recipe;
namespace Drupal\FunctionalTests\Core\Recipe;
use Drupal\Core\Config\Checkpoint\Checkpoint;
use Drupal\Core\Datetime\Entity\DateFormat;
use Drupal\Core\Recipe\Recipe;
use Drupal\FunctionalTests\Core\Recipe\RecipeTestTrait;
use Drupal\Tests\BrowserTestBase;
/**
......
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