| TimezoneTest.php |
file |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
|
| TimezoneTest::$date |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The date used in tests. |
| TimezoneTest::$dateFormat |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
HTML date format pattern. |
| TimezoneTest::$elementType |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The element type that is being tested ('datetime' or 'datelist'). |
| TimezoneTest::$formattedDates |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The test date formatted in various formats and timezones. |
| TimezoneTest::$testConditions |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The number of test elements on the form. |
| TimezoneTest::$timeFormat |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
HTML time format pattern. |
| TimezoneTest::$timezones |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
An array of timezones with labels denoting their use in the tests. |
| TimezoneTest::assertDateTimezonePropertyProcessed |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Asserts that elements set #date_timezone correctly. |
| TimezoneTest::assertTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Asserts that elements interpret dates using the expected time zones. |
| TimezoneTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
|
| TimezoneTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
|
| TimezoneTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
|
| TimezoneTest::setupForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Simulate form being loaded and default values displayed to user. |
| TimezoneTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
|
| TimezoneTest::testDatelistElementTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Tests datelist elements interpret their times correctly when saving. |
| TimezoneTest::testDatelistTimezonePropertyProcessed |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
On datelist elements test #date_timezone after ::processDatetime. |
| TimezoneTest::testDatetimeElementTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Tests datetime elements interpret their times correctly when saving. |
| TimezoneTest::testDatetimeTimezonePropertyProcessed |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
On datetime elements test #date_timezone after ::processDatetime. |
| TimezoneTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
|
| TitleResolverTest |
class |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests Drupal\Core\Controller\TitleResolver. |
| TitleResolverTest.php |
file |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
|
| TitleResolverTest::$argumentResolver |
property |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
The argument resolver stub. |
| TitleResolverTest::$controllerResolver |
property |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
The controller resolver stub. |
| TitleResolverTest::$titleResolver |
property |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
The actual tested title resolver. |
| TitleResolverTest::$translationManager |
property |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
The translation manager stub. |
| TitleResolverTest::providerTestDynamicTitle |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Data provider for testDynamicTitle. |
| TitleResolverTest::setUp |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
|
| TitleResolverTest::testDynamicTitle |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a dynamic title. |
| TitleResolverTest::testEmptyStringStaticTitle |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests an empty string static title. |
| TitleResolverTest::testNoTitle |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests an route with no title. |
| TitleResolverTest::testStaticTitle |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a static title without a context. |
| TitleResolverTest::testStaticTitleWithArguments |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a static title with and without overridden default arguments. |
| TitleResolverTest::testStaticTitleWithContext |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a static title with a context. |
| TitleResolverTest::testStaticTitleWithNullAndArrayValueParameter |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a static title with a non-scalar value parameter. |
| TitleResolverTest::testStaticTitleWithParameter |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a static title with a parameter. |
| TitleResolverTest::testStaticTitleZero |
function |
core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php |
Tests a static title of '0'. |
| TokenizeAreaUITest |
class |
core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php |
Tests the token display for the TokenizeAreaPluginBase UI. |
| TokenizeAreaUITest.php |
file |
core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php |
|
| TokenizeAreaUITest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php |
|
| TokenizeAreaUITest::$modules |
property |
core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php |
|
| TokenizeAreaUITest::testTokenUI |
function |
core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php |
Tests that the right tokens are shown as available for replacement. |
| TokenReplaceKernelTest |
class |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
Tests token replacement. |
| TokenReplaceKernelTest.php |
file |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
|
| TokenReplaceKernelTest::setUp |
function |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
|
| TokenReplaceKernelTest::testClear |
function |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
Tests the clear parameter. |
| TokenReplaceKernelTest::testSystemDateTokenReplacement |
function |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
Tests the generation of all system date tokens. |
| TokenReplaceKernelTest::testSystemSiteTokenReplacement |
function |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
Tests the generation of all system site information tokens. |
| TokenReplaceKernelTest::testSystemTokenRecognition |
function |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php |
Tests whether token-replacement works in various contexts. |
| TokenReplaceKernelTestBase |
class |
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php |
Base class for token replacement tests. |