Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::getUrl
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
33 calls to WebTestBase::getUrl()
AddFeedTest::testAddFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
BareMinimalUpgradePathTest::finishUpgradeSession
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
BareMinimalUpgradePathTest.php
Asserts that the session was kept during update. Also, log out.
BareStandardUpgradePathTest::testBasicStandardUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
ConfigurationTest::testActionConfiguration
in drupal/
core/
modules/
action/
lib/
Drupal/
action/
Tests/
ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
CustomBlockTypeTest::testCustomBlockTypeEditing
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockTypeTest.php
Tests editing a block type using the UI.
DateTimeTest::testDateFormatConfiguration
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
DateTimeTest.php
Test date format configuration.
FileFieldWidgetTest::testMultiValuedWidget
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FilledMinimalUpgradePathTest::testFilledMinimalUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilledMinimalUpgradePathTest.php
Tests a successful point release update.
FilledStandardUpgradePathTest::testFilledStandardUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilledStandardUpgradePathTest.php
Tests a successful point release update.
GotoTest::testDrupalGoto
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
GotoTest.php
Tests
drupal_goto
().
ImageFieldTestBase::uploadNodeImage
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageFieldTestBase.php
Upload an image to a node.
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.
LanguageConfigurationTest::testLanguageConfiguration
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageList
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LocaleImportFunctionalTest::testStandalonePoFile
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocaleTranslationTest::testStringTranslation
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleTranslationTest.php
Adds a language and tests string translation by users with the appropriate permissions.
MenuTestBase::assertBreadcrumb
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Menu/
MenuTestBase.php
Assert that a given path shows certain breadcrumb links.
NodeTypeTest::testNodeTypeEditing
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypeTest.php
Tests editing a node type using the UI.
SearchBlockTest::testSearchFormBlock
in drupal/
core/
modules/
search/
lib/
Drupal/
search/
Tests/
SearchBlockTest.php
Test that the search form block can be placed and works.
SearchLanguageTest::testLanguages
in drupal/
core/
modules/
search/
lib/
Drupal/
search/
Tests/
SearchLanguageTest.php
SimpleTestTest::testInternalBrowser
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
Tests/
SimpleTestTest.php
Test the internal browsers functionality.
UpdateFeedTest::testUpdateFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
UpdateFeedTest.php
Creates a feed and attempts to update it.
UpgradePathTestBase::getUpdatePhp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UpgradePathTestBase.php
Gets
update.php
without calling
url
().
UserBlocksTests::testUserLoginBlock
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserBlocksTests.php
Test the user login block.
UserLanguageCreationTest::testLocalUserCreation
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserLanguageCreationTest.php
Functional test for language handling during user creation.
WebTestBase::assertUrl
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Pass if the internal browser's URL matches the given path.
WebTestBase::clickLink
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Follows a link by name.
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.
WebTestBase::parse
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Parse content returned from curlExec using DOM and SimpleXML.