You are here

protected property UrlTest::$profile in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Form/UrlTest.php \Drupal\Tests\system\Functional\Form\UrlTest::profile
  2. 9 core/modules/system/tests/src/Functional/Form/UrlTest.php \Drupal\Tests\system\Functional\Form\UrlTest::profile

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/system/tests/src/Functional/Form/UrlTest.php, line 22

Class

UrlTest
Tests the form API URL element.

Namespace

Drupal\Tests\system\Functional\Form

Code

protected $profile = 'testing';