You are here

23 calls to RESTTestBase::httpRequest() in Zircon Profile 8

AuthTest::testRead in core/modules/rest/src/Tests/AuthTest.php
Tests reading from an authenticated resource.
CreateTest::assertCreateEntityInvalidData in core/modules/rest/src/Tests/CreateTest.php
Try to send invalid data that cannot be correctly deserialized.
CreateTest::assertCreateEntityInvalidSerialized in core/modules/rest/src/Tests/CreateTest.php
Send an invalid UUID to trigger the entity validation.
CreateTest::assertCreateEntityNoData in core/modules/rest/src/Tests/CreateTest.php
Try to send no data at all, which does not make sense on POST requests.
CreateTest::assertCreateEntityOverRestApi in core/modules/rest/src/Tests/CreateTest.php
Creates the entity over the REST API.
CreateTest::assertCreateEntityWithoutProperPermissions in core/modules/rest/src/Tests/CreateTest.php
Try to create an entity without proper permissions.
CreateTest::testCreateEntityTest in core/modules/rest/src/Tests/CreateTest.php
Tests valid and invalid create requests for 'entity_test' entity type.
CreateTest::testCreateNode in core/modules/rest/src/Tests/CreateTest.php
Tests several valid and invalid create requests for 'node' entity type.
CreateTest::testCreateResourceRestApiNotEnabled in core/modules/rest/src/Tests/CreateTest.php
Try to create a resource which is not REST API enabled.
CreateTest::testCreateUser in core/modules/rest/src/Tests/CreateTest.php
Tests several valid and invalid create requests for 'user' entity type.
CreateTest::testCreateWithoutPermission in core/modules/rest/src/Tests/CreateTest.php
Ensure that an entity cannot be created without the restful permission.
DbLogResourceTest::testWatchdog in core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php
Writes a log messages and retrieves it via the REST API.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
NodeTest::postNode in core/modules/rest/src/Tests/NodeTest.php
Serializes and attempts to create a node via a REST "post" http request.
NodeTest::testNodes in core/modules/rest/src/Tests/NodeTest.php
Performs various tests on nodes and their REST API.
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.
ResourceTest::testAuthentication in core/modules/rest/src/Tests/ResourceTest.php
Tests that a resource without authentication cannot be enabled.
ResourceTest::testFormats in core/modules/rest/src/Tests/ResourceTest.php
Tests that a resource without formats cannot be enabled.
ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/src/Tests/System/ResponseGeneratorTest.php
Test to see if generator header is added.
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.