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
PreWarmerTest::testPreWarmOneCache function core/tests/Drupal/KernelTests/Core/PreWarm/PreWarmerTest.php Tests prewarming one cache at a time.
PrimitiveDataNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Tests Drupal\serialization\Normalizer\PrimitiveDataNormalizer.
PrimitiveDataNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
PrimitiveDataNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php The TypedDataNormalizer instance.
PrimitiveDataNormalizerTest::dataProviderPrimitiveData function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Data provider for testNormalize().
PrimitiveDataNormalizerTest::jsonSchemaDataProvider function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Data provider for ::testNormalizedValuesAgainstJsonSchema.
PrimitiveDataNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
PrimitiveDataNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Tests normalize.
PrimitiveDataNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Tests supports normalization.
PrimitiveDataNormalizerTest::testSupportsNormalizationFail function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Tests supports normalization fail.
PrimitiveTypeConstraintValidatorTest class core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php Tests Drupal\Core\Validation\Plugin\Validation\Constraint\PrimitiveTypeConstraintValidator.
PrimitiveTypeConstraintValidatorTest.php file core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
PrimitiveTypeConstraintValidatorTest::provideTestValidate function core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
PrimitiveTypeConstraintValidatorTest::testValidate function core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php Tests validate.
PrivateFileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Uploads private files to translated node and checks access.
PrivateFileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The theme to install as the default for testing.
PrivateFileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The name of the file field used in the test.
PrivateFileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Modules to install.
PrivateFileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Tests private file fields on translated nodes.
PrivateKeyTest class core/tests/Drupal/Tests/Core/PrivateKeyTest.php Tests the PrivateKey class.
PrivateKeyTest.php file core/tests/Drupal/Tests/Core/PrivateKeyTest.php
PrivateKeyTest::$key property core/tests/Drupal/Tests/Core/PrivateKeyTest.php The random key to use in tests.
PrivateKeyTest::$privateKey property core/tests/Drupal/Tests/Core/PrivateKeyTest.php The private key service mock.
PrivateKeyTest::$state property core/tests/Drupal/Tests/Core/PrivateKeyTest.php The state mock class.
PrivateKeyTest::setUp function core/tests/Drupal/Tests/Core/PrivateKeyTest.php
PrivateKeyTest::testGet function core/tests/Drupal/Tests/Core/PrivateKeyTest.php Tests PrivateKey::get().
PrivateKeyTest::testGetNoState function core/tests/Drupal/Tests/Core/PrivateKeyTest.php Tests PrivateKey::get() with no private key from state.
PrivateKeyTest::testSet function core/tests/Drupal/Tests/Core/PrivateKeyTest.php Tests PrivateKey::setPrivateKey().
PrivateMethodUnitTestTrait trait core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php Provides methods to test protected/private methods in unit tests.
PrivateMethodUnitTestTrait.php file core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php
PrivateMethodUnitTestTrait::getMethod function core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php Gets a protected/private method to test.
PrivateStream class core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Drupal private (private://) stream wrapper class.
PrivateStream.php file core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
PrivateStream::basePath function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Returns the base path for private://.
PrivateStream::getDescription function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Returns the description of the stream wrapper for use in the UI.
PrivateStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Gets the path that the wrapper is responsible for.
PrivateStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Returns a web accessible URL for the resource.
PrivateStream::getName function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Returns the name of the stream wrapper for use in the UI.
PrivateStream::getType function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Returns the type of stream wrapper.
PrivateTempStoreTest class core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests Drupal\Core\TempStore\PrivateTempStore.
PrivateTempStoreTest.php file core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php
PrivateTempStoreTest::$currentUser property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The current user.
PrivateTempStoreTest::$keyValue property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The mock key value expirable backend.
PrivateTempStoreTest::$lock property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The mock lock backend.
PrivateTempStoreTest::$otherObject property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php A tempstore object not belonging to the owner.
PrivateTempStoreTest::$ownObject property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php A tempstore object belonging to the owner.
PrivateTempStoreTest::$requestStack property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The request stack.
PrivateTempStoreTest::$tempStore property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The temp store.

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