You are here

11 calls to EntityQueryAlterTest::createTestEntity() in Group 8

EntityQueryAlterTest::testGroupAccessWithoutPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are properly hidden for members.
EntityQueryAlterTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are visible to members.
EntityQueryAlterTest::testMemberViewAnyAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of any entities for members.
EntityQueryAlterTest::testMemberViewOwnAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of own entities for members.
EntityQueryAlterTest::testNewGroupContent in tests/src/Kernel/EntityQueryAlterTest.php
Tests that adding new group content clears caches.
EntityQueryAlterTest::testNewPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that adding new permissions clears caches.
EntityQueryAlterTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are properly hidden for non-members.
EntityQueryAlterTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are visible to non-members.
EntityQueryAlterTest::testNonMemberViewAnyAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of any entities for non-members.
EntityQueryAlterTest::testNonMemberViewOwnAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of own entities for non-members.
EntityQueryAlterTest::testRegularAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests that regular access checks still work.