Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.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
ajax_forms_test.routing.yml file core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
ajax_forms_test_advanced_commands_add_css_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'add_css'.
ajax_forms_test_advanced_commands_after_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'.
ajax_forms_test_advanced_commands_alert_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'alert'.
ajax_forms_test_advanced_commands_announce_assertive_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with 'assertive' priority.
ajax_forms_test_advanced_commands_announce_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with no priority specified.
ajax_forms_test_advanced_commands_announce_polite_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with 'polite' priority.
ajax_forms_test_advanced_commands_append_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'.
ajax_forms_test_advanced_commands_before_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'before'.
ajax_forms_test_advanced_commands_changed_asterisk_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed' with asterisk marking inner div.
ajax_forms_test_advanced_commands_changed_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed'.
ajax_forms_test_advanced_commands_css_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'css'.
ajax_forms_test_advanced_commands_data_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'data'.
ajax_forms_test_advanced_commands_double_announce_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with two announce commands returned.
ajax_forms_test_advanced_commands_html_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'html'.
ajax_forms_test_advanced_commands_insert_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'insert'.
ajax_forms_test_advanced_commands_invoke_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'.
ajax_forms_test_advanced_commands_prepend_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'prepend'.
ajax_forms_test_advanced_commands_remove_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'.
ajax_forms_test_advanced_commands_restripe_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'.
ajax_forms_test_advanced_commands_settings_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'.
ajax_forms_test_lazy_load_form_ajax function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form.
ajax_forms_test_validation_form_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'driver_text' element of the validation form.
ajax_forms_test_validation_number_form_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'driver_number' element of the validation form.
ajax_test.info.yml file core/modules/system/tests/modules/ajax_test/ajax_test.info.yml core/modules/system/tests/modules/ajax_test/ajax_test.info.yml
ajax_test.libraries.yml file core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml
ajax_test.routing.yml file core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
AlertsJsonFeedTest class core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Test the access announcement according to json feed changes.
AlertsJsonFeedTest.php file core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php The theme to install as the default for testing.
AlertsJsonFeedTest::$modules property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Modules to install.
AlertsJsonFeedTest::$user property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php A user with permission to access toolbar and access announcements.
AlertsJsonFeedTest::setUp function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::testAnnounceFeedEmpty function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Check with an empty JSON feed.
AlertsJsonFeedTest::testAnnounceFeedUpdatedAndRemoved function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Check the status of the announcements when the feed is updated and removed.
AliasManagerTest class core/modules/path_alias/tests/src/Unit/AliasManagerTest.php @coversDefaultClass \Drupal\path_alias\AliasManager
@group path_alias
AliasManagerTest.php file core/modules/path_alias/tests/src/Unit/AliasManagerTest.php
AliasManagerTest::$aliasManager property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The alias manager.
AliasManagerTest::$aliasPrefixList property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias prefix list.
AliasManagerTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias repository.
AliasManagerTest::$cache property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Cache backend.
AliasManagerTest::$cacheKey property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The internal cache key used by the alias manager.
AliasManagerTest::$languageManager property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Language manager.
AliasManagerTest::$path property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The cache key passed to the alias manager.
AliasManagerTest::setUp function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php
AliasManagerTest::setUpCurrentLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Sets up the current language.
AliasManagerTest::testCacheClear function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php @covers ::cacheClear
AliasManagerTest::testGetAliasByPathCachedMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is preloaded.
AliasManagerTest::testGetAliasByPathCachedMissLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache when a different language is requested.
AliasManagerTest::testGetAliasByPathCachedMissNoAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with a preloaded path without alias.

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