fix: #3453331 update recipeconfiginstaller and add translated config test
Open
requested to merge issue/distributions_recipes-3453331:3453331-recipeconfiginstaller-should-process into 11.x
1 unresolved thread
Closes #3453331
Merge request reports
Activity
Filter activity
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 {
Please register or sign in to reply