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 main 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
LegacyStatusReportTest::testGetSeveritiesDeprecation function core/tests/Drupal/KernelTests/Core/Render/Element/LegacyStatusReportTest.php Tests the getSeverities() method deprecation.
legacy_front_controller_test.info.yml file core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.info.yml core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.info.yml
legacy_front_controller_test.routing.yml file core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.routing.yml core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.routing.yml
legacy_hook_test.info.yml file core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.info.yml core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.info.yml
legacy_hook_test.module file core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.module
legacy_hook_test_test1 function core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.module #[LegacyHook]
legacy_hook_test_test2 function core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.module
LibrariesDirectoryFileFinderTest class core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php Tests Drupal\Core\Asset\LibrariesDirectoryFileFinder.
LibrariesDirectoryFileFinderTest.php file core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php
LibrariesDirectoryFileFinderTest::testFind function core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php Tests find.
LibraryDependencyResolverTest class core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests Drupal\Core\Asset\LibraryDependencyResolver.
LibraryDependencyResolverTest.php file core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
LibraryDependencyResolverTest::$libraryData property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Test library data.
LibraryDependencyResolverTest::$libraryDependencyResolver property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The tested library dependency resolver.
LibraryDependencyResolverTest::$libraryDiscovery property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The mocked library discovery service.
LibraryDependencyResolverTest::$libraryDiscoveryParser property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The mock library discovery parser.
LibraryDependencyResolverTest::providerTestGetLibrariesWithDependencies function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Provides test data for ::testGetLibrariesWithDependencies().
LibraryDependencyResolverTest::providerTestGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Provides test data for ::testGetMinimalRepresentativeSubset().
LibraryDependencyResolverTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
LibraryDependencyResolverTest::testGetLibrariesWithDependencies function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get libraries with dependencies.
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get minimal representative subset.
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubsetInvalidInput function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get minimal representative subset invalid input.
LibraryDiscoveryCollectorTest class core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests Drupal\Core\Asset\LibraryDiscoveryCollector.
LibraryDiscoveryCollectorTest.php file core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php
LibraryDiscoveryCollectorTest::$activeTheme property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The active theme.
LibraryDiscoveryCollectorTest::$cache property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mock cache backend.
LibraryDiscoveryCollectorTest::$libraryData property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Test library data.
LibraryDiscoveryCollectorTest::$libraryDiscoveryCollector property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The library discovery collector under test.
LibraryDiscoveryCollectorTest::$libraryDiscoveryParser property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mock library discovery parser.
LibraryDiscoveryCollectorTest::$lock property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mock lock backend.
LibraryDiscoveryCollectorTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mocked theme manager.
LibraryDiscoveryCollectorTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php
LibraryDiscoveryCollectorTest::testDestruct function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests the destruct method.
LibraryDiscoveryCollectorTest::testLibrariesExtend function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests library with an extend.
LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests a deprecated library with an extend.
LibraryDiscoveryCollectorTest::testResolveCacheMiss function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests the resolve cache miss function.
LibraryDiscoveryIntegrationTest class core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests the library discovery and library discovery parser.
LibraryDiscoveryIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php The library discovery service.
LibraryDiscoveryIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::activateTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Activates a specified theme.
LibraryDiscoveryIntegrationTest::assertAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is in the given library.
LibraryDiscoveryIntegrationTest::assertNoAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is not in the given library.
LibraryDiscoveryIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that base theme libraries-override still apply in sub themes.
LibraryDiscoveryIntegrationTest::testDeprecatedLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Test library deprecation support.
LibraryDiscoveryIntegrationTest::testHookLibraryInfoByTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that hook_library_info is invoked and the cache is cleared.
LibraryDiscoveryIntegrationTest::testLibrariesExtend function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-extend.
LibraryDiscoveryIntegrationTest::testLibrariesOverride function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that libraries-override are applied to library definitions.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on drupalSettings.

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