You are here

13 calls to RESTTestBase::entityPermissions() in Zircon Profile 8

AuthTest::testRead in core/modules/rest/src/Tests/AuthTest.php
Tests reading from an authenticated resource.
CreateTest::createAccountPerEntity in core/modules/rest/src/Tests/CreateTest.php
Creates user accounts that have the required permissions to create resources via the REST API. The second one has administrative permissions.
CreateTest::testCreateResourceRestApiNotEnabled in core/modules/rest/src/Tests/CreateTest.php
Try to create a resource which is not REST API enabled.
CreateTest::testCreateWithoutPermission in core/modules/rest/src/Tests/CreateTest.php
Ensure that an entity cannot be created without the restful permission.
CsrfTest::setUp in core/modules/rest/src/Tests/CsrfTest.php
Sets up a Drupal site for running functional and integration tests.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
NodeTest::enableNodeConfiguration in core/modules/rest/src/Tests/NodeTest.php
Enables node specific REST API configuration and authentication.
PageCacheTest::testConfigChangePageCache in core/modules/rest/src/Tests/PageCacheTest.php
Tests that configuration changes also clear the page cache.
ReadTest::testRead in core/modules/rest/src/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
ReadTest::testResourceStructure in core/modules/rest/src/Tests/ReadTest.php
Tests the resource structure.
ResponseGeneratorTest::setUp in core/modules/system/src/Tests/System/ResponseGeneratorTest.php
Sets up a Drupal site for running functional and integration tests.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UpdateTest::testUpdateUser in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid update requests for the 'user' entity type.