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

Members who can merge are allowed to add commits.

Merge request pipeline #194104 failed

Merge request pipeline failed for 45581aef

Approval is optional
Code Quality is loading
Ready to merge by members who can write to the target branch.
  • The source branch is 134 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will be deleted.

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