You are here

public function AcquiaSearchWebTestCase::enableEnvironment in Acquia Search 6.3

Enables the environment of Acquia Search.

2 calls to AcquiaSearchWebTestCase::enableEnvironment()
AcquiaSearchWebTestCase::testEnvironment in tests/acquia_search.test
Tests Acquia Search environment creation.
AcquiaSearchWebTestCase::testEnvironmentUI in tests/acquia_search.test
Tests that the Acquia Search environment shows up in the interface and that administrators cannot delete it.

File

tests/acquia_search.test, line 170

Class

AcquiaSearchWebTestCase
Tests the functionality of the Acquia Search module.

Code

public function enableEnvironment() {

  // API function that creates the environemnt if it doesn't exist yet.
  acquia_search_enable_acquia_solr_environment();
}