You are here

17 calls to EntityAccessTest::createTestEntity() in Group 8

EntityAccessTest::testMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of any grouped entities for members.
EntityAccessTest::testMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of own grouped entities for members.
EntityAccessTest::testMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are properly hidden.
EntityAccessTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are visible to members.
EntityAccessTest::testMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of any grouped entities for members.
EntityAccessTest::testMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of own grouped entities for members.
EntityAccessTest::testMemberViewAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of any grouped entities for members.
EntityAccessTest::testMemberViewOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of own grouped entities for members.
EntityAccessTest::testNonMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of any grouped entities for non-members.
EntityAccessTest::testNonMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of own grouped entities for non-members.
EntityAccessTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are properly hidden.
EntityAccessTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are visible to non-members.
EntityAccessTest::testNonMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of any grouped entities for non-members.
EntityAccessTest::testNonMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of own grouped entities for non-members.
EntityAccessTest::testNonMemberViewAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of any grouped entities for non-members.
EntityAccessTest::testNonMemberViewOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of own grouped entities for non-members.
EntityAccessTest::testRegularAccess in tests/src/Kernel/EntityAccessTest.php
Tests that regular access checks work.