You are here

23 calls to EntityAccessComplexTest::createNode() in Group 2.0.x

EntityAccessComplexTest::testAnonymousViewAnyPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any published grouped entities for anonymous.
EntityAccessComplexTest::testAnonymousViewAnyUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any unpublished grouped entities for anonymous.
EntityAccessComplexTest::testMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of any grouped entities for members.
EntityAccessComplexTest::testMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of own grouped entities for members.
EntityAccessComplexTest::testMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are properly hidden.
EntityAccessComplexTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are visible to members.
EntityAccessComplexTest::testMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of any grouped entities for members.
EntityAccessComplexTest::testMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of own grouped entities for members.
EntityAccessComplexTest::testMemberViewAnyPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any published grouped entities for members.
EntityAccessComplexTest::testMemberViewAnyUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any unpublished grouped entities for members.
EntityAccessComplexTest::testMemberViewOwnPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own published grouped entities for members.
EntityAccessComplexTest::testMemberViewOwnUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own unpublished grouped entities for members.
EntityAccessComplexTest::testNonMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of any grouped entities for non-members.
EntityAccessComplexTest::testNonMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of own grouped entities for non-members.
EntityAccessComplexTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are properly hidden.
EntityAccessComplexTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are visible to non-members.
EntityAccessComplexTest::testNonMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of any grouped entities for non-members.
EntityAccessComplexTest::testNonMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of own grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewAnyPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any published grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewAnyUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any unpublished grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewOwnPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own published grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewOwnUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own unpublished grouped entities for non-members.
EntityAccessComplexTest::testRegularAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests that regular access checks work.