Skip to content
Snippets Groups Projects
Commit e8e966c7 authored by Adam G-H's avatar Adam G-H
Browse files

Fix tests

parent 3deb054b
No related branches found
No related tags found
No related merge requests found
Pipeline #415174 canceled
......@@ -5,7 +5,7 @@ declare(strict_types=1);
namespace Drupal\Tests\drupal_cms_installer\Functional;
use Drupal\Core\Test\TestSetupTrait;
use Drupal\RecipeKit\RecipeAppliedSubscriber;
use Drupal\RecipeKit\Installer\RecipeAppliedSubscriber;
use Drush\TestTraits\DrushTestTrait;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Filesystem\Filesystem;
......
......@@ -10,8 +10,8 @@ use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Extension\ThemeExtensionList;
use Drupal\Core\Extension\ThemeHandlerInterface;
use Drupal\Core\State\StateInterface;
use Drupal\RecipeKit\RecipeAppliedSubscriber;
use Drupal\FunctionalTests\Installer\InstallerTestBase;
use Drupal\RecipeKit\Installer\RecipeAppliedSubscriber;
use Drupal\user\Entity\User;
use Symfony\Component\DependencyInjection\ContainerInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment