Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
ColorSafePreviewTest::testColorPreview function core/modules/color/tests/src/Functional/ColorSafePreviewTest.php Ensures color preview.html is sanitized.
ColorTest class core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php Tests D7 color source plugin.
ColorTest class core/modules/color/tests/src/Functional/ColorTest.php Modify the Bartik theme colors and make sure the changes are reflected on the
frontend.
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.php file core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php
ColorTest.php file core/modules/color/tests/src/Functional/ColorTest.php
ColorTest::$bigUser property core/modules/color/tests/src/Functional/ColorTest.php A user with administrative permissions.
ColorTest::$colorTests property core/modules/color/tests/src/Functional/ColorTest.php Associative array of hex color strings to test.
ColorTest::$defaultTheme property core/modules/color/tests/src/Functional/ColorTest.php The theme to install as the default for testing.
ColorTest::$modules property core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php Modules to enable.
ColorTest::$modules property core/modules/color/tests/src/Functional/ColorTest.php Modules to install.
ColorTest::$themes property core/modules/color/tests/src/Functional/ColorTest.php An associative array of settings for themes.
ColorTest::providerSource function core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php The data provider.
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::setUp function core/modules/color/tests/src/Functional/ColorTest.php
ColorTest::testColor function core/modules/color/tests/src/Functional/ColorTest.php Tests the Color module functionality.
ColorTest::testHexToRgb function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Tests Color::hexToRgb().
ColorTest::testLogoSettingOverride function core/modules/color/tests/src/Functional/ColorTest.php Test whether the custom logo is used in the color preview.
ColorTest::testNormalizeHexLength function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Tests Color::normalizeHexLength().
ColorTest::testOverrideAndResetScheme function core/modules/color/tests/src/Functional/ColorTest.php Test whether the scheme can be set, viewed anonymously and reset.
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 @covers \Drupal\Component\Utility\Color::validateHex[[api-linebreak]]
ColorTest::testValidColor function core/modules/color/tests/src/Functional/ColorTest.php Tests whether the provided color is valid.
ColorTest::_testColor function core/modules/color/tests/src/Functional/ColorTest.php Tests the Color module functionality using the given theme.
color_test.info.yml file core/modules/color/tests/modules/color_test/color_test.info.yml core/modules/color/tests/modules/color_test/color_test.info.yml
color_test_theme.info.yml file core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml
color_test_theme.libraries.yml file core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml
color_test_theme.schema.yml file core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml
CommandLineOrUnsafeMethodTest class core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod[[api-linebreak]]
@group PageCache
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/KernelTests/Core/Ajax/CommandsTest.php Performs tests on AJAX framework commands.
CommandsTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php Performs tests on AJAX framework commands.
CommandsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php
CommandsTest.php file core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
CommandsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php The theme to install as the default for testing.
CommandsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php Modules to enable.
CommandsTest::$modules property core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php Modules to enable.
CommandsTest::assertCommand function core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php Asserts the array of Ajax commands contains the searched command.
CommandsTest::assertWaitPageContains function core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php Asserts that page contains a text after waiting.
CommandsTest::testAjaxCommands function core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php Tests the various Ajax Commands.
CommandsTest::testAttachedSettings function core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php Regression test: Settings command exists regardless of JS aggregation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.