You are here

private function AcquiaLiftsWebTest::getLiftBootstrapUrl in Acquia Lift Connector 7.3

Helper function to generate the lift bootstrap URL.

2 calls to AcquiaLiftsWebTest::getLiftBootstrapUrl()
AcquiaLiftsWebTest::assertLift in tests/acquia_lift.test
Helper function to assert that Lift is available on the page
AcquiaLiftsWebTest::assertNoLift in tests/acquia_lift.test
Helper function to assert that Lift is not available on the page

File

tests/acquia_lift.test, line 582
Tests for Acquia Lift Profiles module.

Class

AcquiaLiftsWebTest
Tests Acquia Lift functionality.

Code

private function getLiftBootstrapUrl() {
  $assets_url = variable_get('acquia_lift_assets_url', '');
  return $assets_url . '/lift.js';
}