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. Search 11.x for test
  6. 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
StandardJavascriptTest.php file core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
StandardJavascriptTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php The profile to install as a basis for testing.
StandardJavascriptTest::assertBigPipePlaceholderReplacementCount function core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Asserts the number of BigPipe placeholders that are replaced on the page.
StandardJavascriptTest::testBigPipe function core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Tests BigPipe accelerates particular Standard installation profile routes.
StandardPerformanceTest class core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the performance of basic functionality in the standard profile.
StandardPerformanceTest.php file core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php
StandardPerformanceTest::$defaultTheme property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The theme to install as the default for testing.
StandardPerformanceTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The profile to install as a basis for testing.
StandardPerformanceTest::$user property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The user account created during testing.
StandardPerformanceTest::assertNoJavaScript function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Passes if no JavaScript is found on the page.
StandardPerformanceTest::refreshVariables function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Provides an empty implementation to prevent the resetting of caches.
StandardPerformanceTest::setUp function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php
StandardPerformanceTest::submitLoginForm function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Submit the user login form.
StandardPerformanceTest::testAdmin function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests performance of a logged-in admin user with the navigation toolbar.
StandardPerformanceTest::testAnonymous function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests performance for anonymous users.
StandardPerformanceTest::testCacheInvalidation function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the impact of a cache tag based invalidation.
StandardPerformanceTest::testLogin function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the performance of logging in.
StandardPerformanceTest::testLoginBlock function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the performance of logging in via the user login block.
StandardPerformanceTest::testStandardPerformance function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests performance of the standard profile.
StandardRecipeInstallTest class core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Tests installing the Standard recipe via the installer.
StandardRecipeInstallTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUp function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::testStandard function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::visitInstaller function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeTest class core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php Tests Standard recipe installation expectations.
StandardRecipeTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
StandardRecipeTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
StandardRecipeTest::testStandard function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php Tests Standard installation recipe.
StandardTest class core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Tests Drupal\editor\EditorXssFilter\Standard.
StandardTest class core/profiles/standard/tests/src/Functional/StandardTest.php Tests Standard installation profile expectations.
StandardTest.php file core/profiles/standard/tests/src/Functional/StandardTest.php
StandardTest.php file core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php
StandardTest::$format property core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php The mocked text format configuration entity.
StandardTest::$profile property core/profiles/standard/tests/src/Functional/StandardTest.php The profile to install as a basis for testing.
StandardTest::providerTestDisallowMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Data provider for testDisallowMode().
StandardTest::providerTestFilterXss function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Provides test data for testFilterXss().
StandardTest::setUp function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php
StandardTest::testDisallowMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Tests removing disallowed tags and XSS prevention.
StandardTest::testFilterXss function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Tests the method for filtering XSS.
StandardTestTrait trait core/profiles/standard/tests/src/Traits/StandardTestTrait.php Provides a test method to test the Standard installation profile or recipe.
StandardTestTrait.php file core/profiles/standard/tests/src/Traits/StandardTestTrait.php
StandardTestTrait::$adminUser property core/profiles/standard/tests/src/Traits/StandardTestTrait.php The admin user.
StandardTestTrait::installResponsiveImage function core/profiles/standard/tests/src/Traits/StandardTestTrait.php Installs the responsive image module.
StandardTestTrait::testStandard function core/profiles/standard/tests/src/Traits/StandardTestTrait.php Tests Standard installation profile or recipe.
StateFileExistsTest class core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php Tests that core modules have a migrate_drupal.yml file as needed.

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