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. 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
LegacyPasswordHashingTest.php file core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php
LegacyPasswordHashingTest::$hashedPassword property core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php The hashed password.
LegacyPasswordHashingTest::$md5HashedPassword property core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php The md5 password.
LegacyPasswordHashingTest::$password property core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php The raw password.
LegacyPasswordHashingTest::$passwordHasher property core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php The password hasher under test.
LegacyPasswordHashingTest::setUp function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php
LegacyPasswordHashingTest::testEmptyHash function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php Tests password validation when the hash is NULL.
LegacyPasswordHashingTest::testPasswordHashing function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php Tests password hashing.
LegacyPasswordHashingTest::testPasswordNeedsUpdate function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php Tests a password needs update.
LegacyPasswordHashingTest::testPasswordRehashing function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php Tests password rehashing.
LegacySettingsRewriteTest class core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
LegacySettingsRewriteTest.php file core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php
LegacySettingsRewriteTest::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
LegacyStateTest class core/tests/Drupal/KernelTests/Core/State/LegacyStateTest.php Tests the legacy state deprecations.
LegacyStateTest.php file core/tests/Drupal/KernelTests/Core/State/LegacyStateTest.php
LegacyStateTest::testDeprecatedState function core/tests/Drupal/KernelTests/Core/State/LegacyStateTest.php @covers ::get[[api-linebreak]]
@covers ::set[[api-linebreak]]
LegacyUserTest class core/modules/user/tests/src/Kernel/LegacyUserTest.php Tests deprecated user module functions.
LegacyUserTest.php file core/modules/user/tests/src/Kernel/LegacyUserTest.php
LegacyUserTest::$modules property core/modules/user/tests/src/Kernel/LegacyUserTest.php
LegacyUserTest::testUserRolePermissions function core/modules/user/tests/src/Kernel/LegacyUserTest.php Tests deprecation of user_role_permissions().
LegacyValidateTest class core/modules/file/tests/src/Kernel/LegacyValidateTest.php Tests the file_validate() function.
LegacyValidateTest.php file core/modules/file/tests/src/Kernel/LegacyValidateTest.php
LegacyValidateTest::testCallerValidation function core/modules/file/tests/src/Kernel/LegacyValidateTest.php Tests that the validators passed into are checked.
LegacyValidateTest::testInsecureExtensions function core/modules/file/tests/src/Kernel/LegacyValidateTest.php Tests hard-coded security check in file_validate().
LegacyValidatorTest class core/modules/file/tests/src/Kernel/LegacyValidatorTest.php Tests the functions used to validate uploaded files.
LegacyValidatorTest.php file core/modules/file/tests/src/Kernel/LegacyValidatorTest.php
LegacyValidatorTest::$image property core/modules/file/tests/src/Kernel/LegacyValidatorTest.php An image file.
LegacyValidatorTest::$nonImage property core/modules/file/tests/src/Kernel/LegacyValidatorTest.php A file which is not an image.
LegacyValidatorTest::providerTestFileValidateExtensionsOnUri function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php Data provider for ::testFileValidateExtensionsOnUri.
LegacyValidatorTest::setUp function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php
LegacyValidatorTest::testFileValidateExtensions function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php Tests the file_validate_extensions() function.
LegacyValidatorTest::testFileValidateExtensionsOnUri function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php Tests the file_validate_extensions() function.
LegacyValidatorTest::testFileValidateImageResolution function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php This ensures the dimensions of a specific file is within bounds.
LegacyValidatorTest::testFileValidateIsImage function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php This ensures a specific file is actually an image.
LegacyValidatorTest::testFileValidateNameLength function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php This will ensure the filename length is valid.
LegacyValidatorTest::testFileValidateSize function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php Tests file_validate_size().
LibrariesBCLayerTest class core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php Tests the correct rendering of components.
LibrariesBCLayerTest.php file core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
LibrariesBCLayerTest::$defaultTheme property core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
LibrariesBCLayerTest::$modules property core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
LibrariesBCLayerTest::testLibraryBCLayer function core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php Tests libraryOverrides.
LibrariesDirectoryFileFinderTest class core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php @coversDefaultClass \Drupal\Core\Asset\LibrariesDirectoryFileFinder[[api-linebreak]]
@group Asset
LibrariesDirectoryFileFinderTest.php file core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php
LibrariesDirectoryFileFinderTest::testFind function core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php @covers ::find[[api-linebreak]]
LibraryDependencyResolverTest class core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php @coversDefaultClass \Drupal\Core\Asset\LibraryDependencyResolver[[api-linebreak]]
@group Asset
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::$moduleHandler property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The mocked module handler.

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