You are here

class AcsfConfigUnitTestMissingUsername in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 tests/AcsfConfigUnitTestMissingUsername.inc \AcsfConfigUnitTestMissingUsername

AcsfConfigUnitTestMissingUsername.

Hierarchy

Expanded class hierarchy of AcsfConfigUnitTestMissingUsername

File

tests/AcsfConfigUnitTestMissingUsername.inc, line 8

View source
class AcsfConfigUnitTestMissingUsername extends AcsfConfig {

  /**
   * Implements AcsfConfig::loadConfig().
   */
  protected function loadConfig() {
    $this->url = 'http://gardener.unit.test';
    $this->password = 'Un1tT35t';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
AcsfConfig::$ahEnv protected property An optional Acquia Hosting environment.
AcsfConfig::$ahSite protected property An optional Acquia Hosting sitegroup.
AcsfConfig::$password protected property The password of the remote service.
AcsfConfig::$sourceUrl protected property The optional source URL of the factory which our sites were staged from.
AcsfConfig::$url protected property The URL of the remote service (factory).
AcsfConfig::$urlSuffix protected property The optional signup suffix of the Factory. See getUrlSuffix() for caveat.
AcsfConfig::$username protected property The username of the remote service.
AcsfConfig::getPassword public function Retrieves the config password.
AcsfConfig::getSourceUrl public function Retrieves the URL of the production factory.
AcsfConfig::getUrl public function Retrieves the URL of the remote service (factory).
AcsfConfig::getUrlSuffix public function Retrieves the domain suffix used for sites hosted on this ACSF environment.
AcsfConfig::getUsername public function Retrieves the config username.
AcsfConfig::__construct public function Constructor.
AcsfConfigUnitTestMissingUsername::loadConfig protected function Implements AcsfConfig::loadConfig(). Overrides AcsfConfig::loadConfig