InstallerExistingConfigNoProfileTest.php

Same filename in other branches
  1. 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;


/**
 * Verifies that installing from existing configuration without a profile works.
 *
 * @group Installer
 */
class InstallerExistingConfigNoProfileTest extends InstallerExistingConfigTest {
    
    /**
     * Tests the install from config without a profile.
     */
    protected $profile = FALSE;

}

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.