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 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
ForumUninstallTest::$modules property core/modules/forum/tests/src/Functional/ForumUninstallTest.php Modules to enable.
ForumUninstallTest::testForumUninstallWithField function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests if forum module uninstallation properly deletes the field.
ForumUninstallTest::testForumUninstallWithoutFieldStorage function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests uninstallation if the field storage has been deleted beforehand.
ForumUninstallTest::testForumUninstallWithoutForumVocabulary function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests uninstallation of forum module when vocabulary is deleted.
ForumUninstallValidatorTest class core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @coversDefaultClass \Drupal\forum\ForumUninstallValidator[[api-linebreak]]
@group forum
@group legacy
ForumUninstallValidatorTest.php file core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::$forumUninstallValidator property core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::setUp function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::testValidate function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasForumNodes function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateNotForum function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumValidationTest class core/modules/forum/tests/src/Kernel/ForumValidationTest.php Tests forum validation constraints.
ForumValidationTest.php file core/modules/forum/tests/src/Kernel/ForumValidationTest.php
ForumValidationTest::$modules property core/modules/forum/tests/src/Kernel/ForumValidationTest.php Modules to install.
ForumValidationTest::testValidation function core/modules/forum/tests/src/Kernel/ForumValidationTest.php Tests the forum validation constraints.
forum_test_views.info.yml file core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml
forum_url_alter_test.info.yml file core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml
forum_url_alter_test.path_processor service core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml Drupal\forum_url_alter_test\PathProcessorTest
forum_url_alter_test.services.yml file core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml
FrameworkTest class core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Performs tests on AJAX framework functions.
FrameworkTest class core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests the off-canvas dialog functionality.
FrameworkTest.php file core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest.php file core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php The theme to install as the default for testing.
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php The theme to install as the default for testing.
FrameworkTest::$modules property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Modules to install.
FrameworkTest::$modules property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Modules to install.
FrameworkTest::assertCommand function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Asserts the array of Ajax commands contains the searched command.
FrameworkTest::drupalGetAjax function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.
FrameworkTest::testAJAXRender function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Verifies the Ajax rendering of a command in the settings.
FrameworkTest::testAJAXRenderError function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests the behavior of an error alert command.
FrameworkTest::testCurrentPathChange function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests AjaxResponse::prepare() AJAX commands ordering.
FrontMatterTest class core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Tests front matter parsing helper methods.
FrontMatterTest class core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Tests Twig front matter support.
FrontMatterTest.php file core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php
FrontMatterTest.php file core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php
FrontMatterTest::$twig property core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Twig service.
FrontMatterTest::BROKEN_SOURCE constant core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php A broken source.
FrontMatterTest::createFrontMatterSource function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Creates a front matter source string.
FrontMatterTest::createTwigTemplate function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Creates a new temporary Twig file.
FrontMatterTest::providerFrontMatterData function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Provides the front matter data to test.
FrontMatterTest::register function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Registers test-specific services.
FrontMatterTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php

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