15 calls to RestfulCurlBaseTestCase::httpRequest() in RESTful 7
- RestfulAuthenticationTestCase::testAuthentication in tests/
RestfulAuthenticationTestCase.test - Test authenticating a user.
- RestfulCreateEntityTestCase::uploadFile in tests/
RestfulCreateEntityTestCase.test - Uploads a file issuing a POST HTTP request.
- RestfulCsrfTokenTestCase::checkCsrfRequest in tests/
RestfulCsrfTokenTestCase.test - Perform requests without, with invalid and with valid CSRF tokens.
- RestfulDiscoveryTestCase::testOptionsMethod in tests/
RestfulDiscoveryTestCase.test - Test the headers populated in an OPTIONS request.
- RestfulExceptionHandleTestCase::testEntityNotFoundDelivery in tests/
RestfulExceptionHandleTestCase.test - Test when an entity is not found that a 4XX is returned instead of 500.
- RestfulHalJsonTestCase::testHalEmbeddedResources in tests/
RestfulHalJsonTestCase.test - Test embedded resources.
- RestfulHookMenuTestCase::testHttpHeadersAndStatus in tests/
RestfulHookMenuTestCase.test - Test HTTP headers change according to the response.
- RestfulHookMenuTestCase::testNotFoundDelivery in tests/
RestfulHookMenuTestCase.test - Test hijacking of api/* pages and showing proper error messages.
- RestfulHookMenuTestCase::testViewEntity in tests/
RestfulHookMenuTestCase.test - Test viewing an entity (GET method).
- RestfulListTestCase::testFilter in tests/
RestfulListTestCase.test - Test filtering.
- RestfulRenderCacheTestCase::testPageCache in tests/
RestfulRenderCacheTestCase.test - Tests for SA 154563.
- RestfulUpdateEntityCurlTestCase::testUpdateEntityAsPutPatch in tests/
RestfulUpdateEntityCurlTestCase.test - Test update an entity (PUT & PATCH methods).
- RestfulUserLoginCookieTestCase::testLogin in tests/
RestfulUserLoginCookieTestCase.test - Test login using curl via /api/login.
- RestfulViewEntityTestCase::testHeaders in tests/
RestfulViewEntityTestCase.test - Test the generation of the Vary headers.
- RestfulViewEntityTestCase::testViewEntity in tests/
RestfulViewEntityTestCase.test - Test viewing an entity (GET method).