You are here

private function AcquiaLiftsWebTest::assertLift in Acquia Lift Connector 7.3

Helper function to assert that Lift is available on the page

2 calls to AcquiaLiftsWebTest::assertLift()
AcquiaLiftsWebTest::testLiftCredentials in tests/acquia_lift.test
Test credentials are output for Lift.
AcquiaLiftsWebTest::testVisibilityFiltering in tests/acquia_lift.test
Test the visibility path filtering.

File

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

Class

AcquiaLiftsWebTest
Tests Acquia Lift functionality.

Code

private function assertLift() {
  $this
    ->assertRaw($this
    ->getLiftBootstrapUrl(), 'Lift bootstrap is included on the page.');
}