You are here

protected function TextFormatElementFormTest::getUrl in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Tests/TextFormatElementFormTest.php \Drupal\filter\Tests\TextFormatElementFormTest::getUrl()

Get the current URL from the cURL handler.

Return value

string The current URL.

Overrides AssertContentTrait::getUrl

File

core/modules/filter/src/Tests/TextFormatElementFormTest.php, line 129
Contains \Drupal\filter\Tests\TextFormatElementFormTest.

Class

TextFormatElementFormTest
Tests PathElement validation and conversion functionality.

Namespace

Drupal\filter\Tests

Code

protected function getUrl() {

  // \Drupal\simpletest\AssertContentTrait needs this for ::assertFieldByName
  // to work.
  return 'Internal rendering';
}