Verified Commit 42029802 authored by Alex Pott's avatar Alex Pott
Browse files

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

(cherry picked from commit a220b008)
parent 16267872
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;

/**