You are here

23 calls to UiHelperTrait::buildUrl() in Drupal 9

BrowserTestBaseUserAgentTest::testUserAgentValidation in core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
Tests validation of the User-Agent header we use to perform test requests.
BrowserWithJavascriptTest::drupalGetWithAlert in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
Retrieves a Drupal path or an absolute path.
CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php
Get node "x new comments" metadata from the server for the current user.
ContextualDynamicContextTest::renderContextualLinks in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
Get server-rendered contextual links for the given contextual link ids.
DestinationTest::testDestination in core/modules/system/tests/src/Functional/Routing/DestinationTest.php
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
EditorIntegrationLoadingTest::testUsersWithoutPermission in core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php
Tests loading of untransformed text when a user doesn't have access to it.
EditorIntegrationLoadingTest::testUserWithPermission in core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php
Tests loading of untransformed text when a user does have access to it.
EditorSecurityTest::testSwitchingSecurity in core/modules/editor/tests/src/Functional/EditorSecurityTest.php
Tests administrator security: is the user safe when switching text formats?
FileFieldWidgetTest::testWidgetElement in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests file widget element.
JsonApiFunctionalTest::testRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
Tests the GET method.
PageCacheTest::testHead in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests that HEAD requests are treated the same as GET requests.
QuickEditCustomPipelineTest::testCustomPipeline in core/modules/quickedit/tests/src/Functional/QuickEditCustomPipelineTest.php
Tests that Quick Edit works with custom render pipelines.
QuickEditEndPointAccessTest::testEndPointAccess in core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php
Tests that Quick Edit endpoints are protected from anonymous requests.
QuickEditImageControllerTest::uploadImage in core/modules/quickedit/tests/src/Functional/QuickEditImageControllerTest.php
Uploads an image using the image module's Quick Edit route.
ResourceTest::testSerializationClassIsOptional in core/modules/rest/tests/src/Functional/ResourceTest.php
Tests that serialization_class is optional.
SecurityAdvisoryTest::setUp in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
SessionHttpsTest::loginHttp in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
Log in a user via HTTP.
SessionHttpsTest::loginHttps in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
Log in a user via HTTPS.
StyleSerializerTest::testRestViewsAuthentication in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Checks that the auth options restricts access to a REST views display.
UiHelperTrait::drupalGet in core/tests/Drupal/Tests/UiHelperTrait.php
Retrieves a Drupal path or an absolute path.
UITestBase::drupalGet in core/modules/views_ui/tests/src/Functional/UITestBase.php
Retrieves a Drupal path or an absolute path.
UserLoginTest::testCookiesNotAccepted in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests with a browser that denies cookies.
ViewAjaxTest::testNonAjaxViewViaAjax in core/modules/views/tests/src/Functional/ViewAjaxTest.php
Ensures that non-ajax view cannot be accessed via an ajax HTTP request.