You are here

private function AcquiaLiftsWebTest::assertNoLift in Acquia Lift Connector 7.3

Helper function to assert that Lift is not available on the page

2 calls to AcquiaLiftsWebTest::assertNoLift()
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 526
Tests for Acquia Lift Profiles module.

Class

AcquiaLiftsWebTest
Tests Acquia Lift functionality.

Code

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