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
AssetOptimizationTest::omitTheme function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Removes the 'theme' query parameter from the given URL.
AssetOptimizationTest::replaceFileNamePrefix function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the filename prefix in the given URL.
AssetOptimizationTest::replaceGroupDelta function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the delta in the given URL.
AssetOptimizationTest::replaceGroupHash function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the group hash in the given URL.
AssetOptimizationTest::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Creates a user and requests a page.
AssetOptimizationTest::setInvalidLibrary function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the 'include' entry in the given URL with an invalid value.
AssetOptimizationTest::testAssetAggregation function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Tests that asset aggregates are rendered and created on disk.
AssetOptimizationUmamiTest class core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php Tests asset aggregation with the Umami install profile.
AssetOptimizationUmamiTest.php file core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php
AssetOptimizationUmamiTest::$profile property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php The profile to install as a basis for testing.
AssetOptimizationUmamiTest::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php Creates a user and requests a page.
AssetQueryStringTest class core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php Tests the asset query string functionality.
AssetQueryStringTest.php file core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php
AssetQueryStringTest::testResetGet function core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php Tests reset get.
AssetResolverTest class core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php Tests Drupal\Core\Asset\AssetResolver.
AssetResolverTest.php file core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
AssetResolverTest::$assetResolver property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The tested asset resolver service.
AssetResolverTest::$cache property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The cache backend to use.
AssetResolverTest::$english property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php A mocked English language object.
AssetResolverTest::$japanese property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php A mocked Japanese language object.
AssetResolverTest::$languageManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked language manager.
AssetResolverTest::$libraries property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php An array of library definitions.
AssetResolverTest::$libraryDependencyResolver property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked library dependency resolver.
AssetResolverTest::$libraryDiscovery property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked library discovery service.
AssetResolverTest::$moduleHandler property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked module handler.
AssetResolverTest::$themeHandler property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked theme handler.
AssetResolverTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked theme manager.
AssetResolverTest::providerAttachedCssAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
AssetResolverTest::providerAttachedJsAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
AssetResolverTest::setUp function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
AssetResolverTest::testGetCssAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php Tests get css assets.
AssetResolverTest::testGetJsAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php Tests get js assets.
AssetResolverTest::testJsAssetsOrder function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php Test that order of scripts are correct.
AtLeastOneOfConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests AtLeastOneOf validation constraint with both valid and invalid values.
AtLeastOneOfConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php
AtLeastOneOfConstraintValidatorTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php The typed data manager to use.
AtLeastOneOfConstraintValidatorTest::dataProvider function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Data provider for testValidation().
AtLeastOneOfConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php
AtLeastOneOfConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests the AllowedValues validation constraint validator.
AttachedAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests #attached assets: attached asset libraries and JavaScript settings.
AttachedAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
AttachedAssetsTest::$assetResolver property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php The asset resolver service.
AttachedAssetsTest::$fileUrlGenerator property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php The file URL generator.
AttachedAssetsTest::$modules property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Modules to install.
AttachedAssetsTest::$renderer property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php The renderer service.
AttachedAssetsTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
AttachedAssetsTest::testAddExternalFiles function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding external CSS and JavaScript files.
AttachedAssetsTest::testAddFiles function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding a CSS and a JavaScript file.
AttachedAssetsTest::testAddJsFileWithQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript files that have query strings attached get added right.
AttachedAssetsTest::testAddJsSettings function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding JavaScript settings.

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