14 calls to WebTestBase::curlExec()

ContextualDynamicContextTest::renderContextualLinks in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Get server-rendered contextual links for the given contextual link ids.
CreateTest::testCreate in drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php
Tests several valid and invalid create requests on all entity types.
DisplayBlockTest::testBlockContextualLinks in drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php
Tests the contextual links on a Views block.
DisplayTest::testPageContextualLinks in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests contextual links on Views page displays.
EditLoadingTest::retrieveAttachments in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Retrieves AJAX commands to load attachments for the given in-place editors.
EditLoadingTest::retrieveFieldForm in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Retrieve field form from the server. May also result in additional JavaScript settings and CSS/JS being loaded.
EditLoadingTest::retrieveMetadata in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Retrieve Edit metadata from the server. May also result in additional JavaScript settings and CSS/JS being loaded.
InstallerTest::drupalGet in drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php
This override is necessary because the parent drupalGet() calls t(), which is not available early during installation.
MenuTest::testBlockContextualLinks in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Tests the contextual links on a menu block.
RESTTestBase::httpRequest in drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php
Helper function to issue a HTTP request with simpletest's cURL.
UpgradePathTestBase::getUpdatePhp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Gets update.php without calling url().
WebTestBase::drupalGet in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Retrieves a Drupal path or an absolute path.
WebTestBase::drupalHead in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Retrieves only the headers for a Drupal path or an absolute path.
WebTestBase::drupalPost in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.