| ClearTest |
class |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
Tests our clearing is done the proper way. |
| ClearTest.php |
file |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
|
| ClearTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
The theme to install as the default for testing. |
| ClearTest::setUp |
function |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
|
| ClearTest::testFlushAllCaches |
function |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
Tests drupal_flush_all_caches(). |
| ClickSortingAJAXTest |
class |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
Tests the click sorting AJAX functionality of Views exposed forms. |
| ClickSortingAJAXTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
|
| ClickSortingAJAXTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
The theme to install as the default for testing. |
| ClickSortingAJAXTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
Modules to install. |
| ClickSortingAJAXTest::$testViews |
property |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
The views to use for testing. |
| ClickSortingAJAXTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
|
| ClickSortingAJAXTest::testClickSorting |
function |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
Tests if sorting via AJAX works for the "Content" View. |
| ClientFactoryTest |
class |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
Tests Drupal\Core\Http\ClientFactory. |
| ClientFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
|
| ClientFactoryTest::$factory |
property |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
The client factory under test. |
| ClientFactoryTest::providerTestCreateFromOptions |
function |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
Data provider for testCreateFromOptions. |
| ClientFactoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
|
| ClientFactoryTest::testCreateFromOptions |
function |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
Tests create from options. |
| CollapsedSummariesTest |
class |
core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php |
Tests that outlines of node meta values are displayed in summaries and tabs. |
| CollapsedSummariesTest.php |
file |
core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php |
|
| CollapsedSummariesTest::$defaultTheme |
property |
core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php |
The theme to install as the default for testing. |
| CollapsedSummariesTest::$modules |
property |
core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php |
Modules to install. |
| CollapsedSummariesTest::setUp |
function |
core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php |
|
| CollapsedSummariesTest::testSummaries |
function |
core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php |
Confirm that summaries are provided for node meta at all widths. |
| CollectRoutesTest |
class |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
Tests the REST export view plugin. |
| CollectRoutesTest.php |
file |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
|
| CollectRoutesTest::$restExport |
property |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
The REST export instance. |
| CollectRoutesTest::$routes |
property |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
The RouteCollection. |
| CollectRoutesTest::setUp |
function |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
|
| CollectRoutesTest::testRoutesRequirements |
function |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
Tests if adding a requirement to a route only modify one route. |
| ColorTest |
class |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color utility class conversions. |
| ColorTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
|
| ColorTest::providerTestHexToRgb |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Data provider for testHexToRgb(). |
| ColorTest::providerTestNormalizeHexLength |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Data provider for testNormalizeHexLength(). |
| ColorTest::providerTestRbgToHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Data provider for testRgbToHex(). |
| ColorTest::providerTestValidateHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Provides data for testValidateHex(). |
| ColorTest::testHexToRgb |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color::hexToRgb(). |
| ColorTest::testNormalizeHexLength |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color::normalizeHexLength(). |
| ColorTest::testRgbToHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color::rgbToHex(). |
| ColorTest::testValidateHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
@legacy-covers \Drupal\Component\Utility\Color::validateHex |
| CommandLineOrUnsafeMethodTest |
class |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Tests Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod. |
| CommandLineOrUnsafeMethodTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
|
| CommandLineOrUnsafeMethodTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
The request policy under test. |
| CommandLineOrUnsafeMethodTest::providerTestHttpMethod |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Provides test data and expected results for the HTTP method test. |
| CommandLineOrUnsafeMethodTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
|
| CommandLineOrUnsafeMethodTest::testHttpMethod |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Asserts that check() returns DENY for unsafe HTTP methods. |
| CommandLineOrUnsafeMethodTest::testIsCli |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Asserts that check() returns DENY if running from the command line. |
| CommandsTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
Performs tests on AJAX framework commands. |
| CommandsTest |
class |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
Performs tests on AJAX framework commands. |
| CommandsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
|