InstallerExistingConfigNoProfileTest.php
Same filename and directory 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;
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.