11 calls to WebTestBase::curlExec() in Zircon Profile 8
- CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/
modules/ comment/ src/ Tests/ CommentNewIndicatorTest.php - Get node "x new comments" metadata from the server for the current user.
- ContentTranslationContextualLinksTest::renderContextualLinks in core/
modules/ content_translation/ src/ Tests/ ContentTranslationContextualLinksTest.php - Get server-rendered contextual links for the given contextual link ids.
- HistoryTest::getNodeReadTimestamps in core/
modules/ history/ src/ Tests/ HistoryTest.php - Get node read timestamps from the server for the current user.
- HistoryTest::markNodeAsRead in core/
modules/ history/ src/ Tests/ HistoryTest.php - Mark a node as read for the current user.
- NodeContextualLinksTest::renderContextualLinks in core/
modules/ node/ src/ Tests/ Views/ NodeContextualLinksTest.php - Get server-rendered contextual links for the given contextual link ids.
- RESTTestBase::curlExec in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - This method is overridden to deal with a cURL quirk: the usage of CURLOPT_CUSTOMREQUEST cannot be unset on the cURL handle, so we need to override it every time it is omitted.
- StandardInstallerTest::curlExec in core/
modules/ system/ src/ Tests/ Installer/ StandardInstallerTest.php - Initializes and executes a cURL request.
- WebTestBase::drupalGet in core/
modules/ simpletest/ src/ WebTestBase.php - Retrieves a Drupal path or an absolute path.
- WebTestBase::drupalHead in core/
modules/ simpletest/ src/ WebTestBase.php - Retrieves only the headers for a Drupal path or an absolute path.
- WebTestBase::drupalPost in core/
modules/ simpletest/ src/ WebTestBase.php - Perform a POST HTTP request.
- WebTestBase::drupalPostForm in core/
modules/ simpletest/ src/ WebTestBase.php - Executes a form submission.