Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.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
NormalizerTestBase::$format property core/modules/hal/tests/src/Kernel/NormalizerTestBase.php The format being tested.
NormalizerTestBase::$modules property core/modules/hal/tests/src/Kernel/NormalizerTestBase.php Modules to enable.
NormalizerTestBase::$modules property core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php Modules to enable.
NormalizerTestBase::$serializer property core/modules/hal/tests/src/Kernel/NormalizerTestBase.php The mock serializer.
NormalizerTestBase::setUp function core/modules/hal/tests/src/Kernel/NormalizerTestBase.php
NormalizerTestBase::setUp function core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
NormalizeTest class core/modules/hal/tests/src/Kernel/NormalizeTest.php Tests HAL normalization edge cases for EntityResource.
NormalizeTest.php file core/modules/hal/tests/src/Kernel/NormalizeTest.php
NormalizeTest::getEntityUri function core/modules/hal/tests/src/Kernel/NormalizeTest.php Constructs the entity URI.
NormalizeTest::setUp function core/modules/hal/tests/src/Kernel/NormalizeTest.php
NormalizeTest::testNormalize function core/modules/hal/tests/src/Kernel/NormalizeTest.php Tests the normalize function.
NoSerializationClassTestResource class core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php Class used to test that serialization_class is optional.
NoSerializationClassTestResource.php file core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php
NoSerializationClassTestResource::post function core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php Responds to a POST request.
NoSessionOpenTest class core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen[[api-linebreak]]
@group PageCache
NoSessionOpenTest.php file core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php
NoSessionOpenTest::$policy property core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php The request policy under test.
NoSessionOpenTest::$sessionConfiguration property core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php The session configuration.
NoSessionOpenTest::setUp function core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php
NoSessionOpenTest::testNoAllowUnlessSessionCookiePresent function core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php Asserts that caching is allowed unless there is a session cookie present.
NullBackendTest class core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php Tests the cache NullBackend.
NullBackendTest.php file core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php
NullBackendTest::testNullBackend function core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php Tests that the NullBackend does not actually store variables.
NullCoalesceTest class core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests the null_coalesce process plugin.
NullCoalesceTest.php file core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php
NullCoalesceTest::testExceptionOnInvalidValue function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests that an exception is thrown for a non-array value.
NullCoalesceTest::testTransform function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests null_coalesce.
NullCoalesceTest::testTransformWithDefault function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests null_coalesce with default value.
NullCoalesceTest::transformDataProvider function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Provides Data for ::testTransform.
NullNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\NullNormalizer[[api-linebreak]]
@group serialization
NullNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php
NullNormalizerTest::$interface property core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php The interface to use in testing.
NullNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php The NullNormalizer instance.
NullNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php
NullNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php @covers ::normalize[[api-linebreak]]
NullNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php @covers ::__construct[[api-linebreak]]
@covers ::supportsNormalization[[api-linebreak]]
NullStorageTest class core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests the NullStorage.
NullStorageTest.php file core/tests/Drupal/Tests/Core/Config/NullStorageTest.php
NullStorageTest::testCollection function core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Test createCollection.
NullTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Performs no operation on an image resource.
NullTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
NullTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Applies an image effect to the image object.
NullTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Determines the dimensions of the styled image.
NumberFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests RDFa output by number field formatters.
NumberFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
NumberFieldRdfaTest::createTestEntity function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Creates the RDF mapping for the field.
NumberFieldRdfaTest::testDecimalFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter.
NumberFieldRdfaTest::testDecimalFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter.
NumberFieldRdfaTest::testFloatFormatterWithScale function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is not exercised.

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