Skip to content
Snippets Groups Projects

Resolve #3447994 "Example recipe isnt"

Open Michael Lutz requested to merge issue/drupal-3447994:3447994-example-recipe-isnt into 11.x
1 unresolved thread

Closes #3447994

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
  • Alex Pott resolved all threads

    resolved all threads

  • 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 {
  • AKHIL BABU added 153 commits

    added 153 commits

    Compare with previous version

  • AKHIL BABU added 1 commit

    added 1 commit

    Compare with previous version

  • AKHIL BABU added 1 commit

    added 1 commit

    • 9e43fe5f - Issues/3447994: Add kernal test for example recipe.

    Compare with previous version

  • AKHIL BABU added 1 commit

    added 1 commit

    • 3319737b - Issues/3447994: Add kernel test for example recipe.

    Compare with previous version

  • AKHIL BABU added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading