Resolve #3447994 "Example recipe isnt"
1 unresolved thread
Closes #3447994
Merge request reports
Activity
Filter activity
- Resolved by Alex Pott
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 ExampleRecipeInstallTest extends InstallerTestBase { I don't think we should be using the installer to test the example recipe. It's not really a site level recipe and the example recipe is not really supposed to be providing any relevant functionality. Can't we add a test to \Drupal\KernelTests\Core\Recipe\RecipeTest to try applying the recipe?
changed this line in version 4 of the diff
added 153 commits
Toggle commit listadded 1 commit
- 9e43fe5f - Issues/3447994: Add kernal test for example recipe.
added 1 commit
- 3319737b - Issues/3447994: Add kernel test for example recipe.
Please register or sign in to reply