You are here

14 calls to AgreementTestBase::assertNotAgreementPage() in Agreement 8.2

AgreementAnonymousTest::testAgreement in tests/src/Functional/AgreementAnonymousTest.php
Tests agreement as anonymous user.
AgreementBypassUserTest::testAgreement in tests/src/Functional/AgreementBypassUserTest.php
Asserts no agreement for a user with the "bypass agreement" permission.
AgreementCustomUnprivilegedUserTest::testAgreementFrequency in tests/src/Functional/AgreementCustomUnprivilegedUserTest.php
Asserts the agreement frequency option.
AgreementCustomUnprivilegedUserTest::testAgreementPages in tests/src/Functional/AgreementCustomUnprivilegedUserTest.php
Asserts that agreement only functions on the front page.
AgreementDefaultsPrivilegedUserTest::testAgreement in tests/src/Functional/AgreementDefaultsPrivilegedUserTest.php
Asserts that the default settings work for the admin user.
AgreementDefaultsUnprivilegedUserTest::testAgreement in tests/src/Functional/AgreementDefaultsUnprivilegedUserTest.php
Asserts that the default settings work for the end user.
AgreementLogoutExceptionTest::testNoAgreement in tests/src/Functional/AgreementLogoutExceptionTest.php
Asserts that no agreement page was reached when going to logout page.
AgreementMultilingualTest::assertAgreed in tests/src/Functional/AgreementMultilingualTest.php
Asserts that the user has agreed to the agreement.
AgreementMultipleRoleTest::testAgreementForFirstRole in tests/src/Functional/AgreementMultipleRoleTest.php
Asserts that the user with the first role gets the agreement page.
AgreementMultipleRoleTest::testAgreementForSecondRole in tests/src/Functional/AgreementMultipleRoleTest.php
Asserts that the user with the second role gets the agreement page.
AgreementMultipleRoleTest::testNoAgreementWithoutRole in tests/src/Functional/AgreementMultipleRoleTest.php
Asserts that user does not get agreement page without those roles.
AgreementMultipleTest::testAgreement in tests/src/Functional/AgreementMultipleTest.php
Asserts that an user can use multiple agreements.
AgreementRevokeTest::testAgreement in tests/src/Functional/AgreementRevokeTest.php
Asserts that an user that has agreed can revoke the agreement.
AgreementTestBase::assertAgreed in tests/src/Functional/AgreementTestBase.php
Asserts that the user has agreed to the agreement.