Skip to content
Snippets Groups Projects

fix: #3453331 update recipeconfiginstaller and add translated config test

Open fix: #3453331 update recipeconfiginstaller and add translated config test
1 unresolved thread
1 unresolved thread

Closes #3453331

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3 declare(strict_types=1);
4
5 namespace Drupal\FunctionalTests\Core\Recipe;
6
7 use Drupal\FunctionalTests\Installer\InstallerTestBase;
8 // use Drupal\Tests\standard\Traits\StandardTestTrait;
9 use Symfony\Component\DependencyInjection\ContainerInterface;
10 use Symfony\Component\Yaml\Yaml as SymfonyYaml;
11
12 /**
13 * Tests installing the Example recipe via the installer.
14 *
15 * @group #slow
16 * @group Recipe
17 */
18 class ExampleTranslationRecipeInstallTest extends InstallerTestBase {
  • Can we do a kernel test or a regular WebTestBase here - see \Drupal\KernelTests\Core\Recipe\RecipeTest for an example of applying a recipe in a kernel test.

  • Please register or sign in to reply
Please register or sign in to reply
Loading