You are here

namespace Drupal\rest\Tests in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\rest\Tests
Classsort descending Location Description
AuthTest core/modules/rest/src/Tests/AuthTest.php Tests authentication provider restrictions.
CreateTest core/modules/rest/src/Tests/CreateTest.php Tests the creation of resources.
CsrfTest core/modules/rest/src/Tests/CsrfTest.php Tests the CSRF protection.
DeleteTest core/modules/rest/src/Tests/DeleteTest.php Tests the deletion of resources.
NodeTest core/modules/rest/src/Tests/NodeTest.php Tests special cases for node entities.
PageCacheTest core/modules/rest/src/Tests/PageCacheTest.php Tests page caching for REST GET requests.
ReadTest core/modules/rest/src/Tests/ReadTest.php Tests the retrieval of resources.
ResourceTest core/modules/rest/src/Tests/ResourceTest.php Tests the structure of a REST resource.
RestLinkManagerTest core/modules/rest/src/Tests/RestLinkManagerTest.php Tests that REST type and relation link managers work as expected @group rest
RESTTestBase core/modules/rest/src/Tests/RESTTestBase.php Test helper class that provides a REST client method to send HTTP requests.
UpdateTest core/modules/rest/src/Tests/UpdateTest.php Tests the update of resources.