InstallerExistingConfigNoProfileTest.php
Same filename in other branches
Namespace
Drupal\FunctionalTests\InstallerFile
-
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.