InstallerExistingConfigNoProfileTest.php

Same filename and directory in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php
  2. 10 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php

Namespace

Drupal\FunctionalTests\Installer

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\FunctionalTests\Installer;

use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Verifies that installing from existing configuration without a profile works.
 */
class InstallerExistingConfigNoProfileTest extends InstallerExistingConfigTest {
  
  /**
   * {@inheritdoc}
   */
  protected $profile = FALSE;
  
  /**
   * {@inheritdoc}
   */
  protected function setUpRequirementsProblem() : void {
  }

}

Classes

Title Deprecated Summary
InstallerExistingConfigNoProfileTest Verifies that installing from existing configuration without a profile works.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.