Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.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
FieldItemSerializationTest class core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Test field level normalization process.
FieldItemSerializationTest class core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Test field level normalization process.
FieldItemSerializationTest.php file core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemSerializationTest.php file core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php
FieldItemSerializationTest::$entity property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The test entity.
FieldItemSerializationTest::$entity property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test entity.
FieldItemSerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The class name of the test class.
FieldItemSerializationTest::$entityClass property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The class name of the test class.
FieldItemSerializationTest::$modules property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Modules to enable.
FieldItemSerializationTest::$modules property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Modules to enable.
FieldItemSerializationTest::$serializer property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The serializer service.
FieldItemSerializationTest::$serializer property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The serializer service.
FieldItemSerializationTest::$values property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The test values.
FieldItemSerializationTest::$values property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test values.
FieldItemSerializationTest::providerTestCustomBooleanNormalization function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Data provider.
FieldItemSerializationTest::providerTestCustomBooleanNormalization function core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Data provider.
FieldItemSerializationTest::setUp function core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php
FieldItemSerializationTest::setUp function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemSerializationTest::testCustomBooleanNormalization function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests a format-agnostic normalizer.
FieldItemSerializationTest::testCustomBooleanNormalization function core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Tests a format-agnostic normalizer.
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests denormalizing using a scalar field value.
FieldItemSerializationTest::testFieldNormalizeDenormalize function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests normalizing and denormalizing an entity with field item normalizer.
FieldItemTest class core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Test field item methods.
FieldItemTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::$fieldName property core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::assertSavedFieldItemValue function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Checks that the saved field item value matches the expected one.
FieldItemTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::testSaveWorkflow function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Tests the field item save workflow.
FieldKernelTest class core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the generic field handler.
FieldKernelTest.php file core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
FieldKernelTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Map column names.
FieldKernelTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Modules to enable.
FieldKernelTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Views used by this test.
FieldKernelTest::assertNotSubString function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Asserts that a string is not part of another string.
FieldKernelTest::assertSubString function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Asserts that a string is part of another string.
FieldKernelTest::testArgumentTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the arguments tokens on field level.
FieldKernelTest::testClickSortable function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests whether the filters are click sortable as expected.
FieldKernelTest::testEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests everything related to empty output of a field.
FieldKernelTest::testExclude function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the exclude setting.
FieldKernelTest::testFieldTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the field tokens, row level and field level.
FieldKernelTest::testIsValueEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests views_handler_field::isValueEmpty().
FieldKernelTest::testQuery function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests all things related to the query.
FieldKernelTest::testRender function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests that the render function is called.
FieldKernelTest::testRewrite function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests general rewriting of the output.
FieldKernelTest::testRewriteHtmlWithTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML.
FieldKernelTest::testRewriteHtmlWithTokensAndAggregation function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML and aggregation.
FieldKernelTest::testTrimText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the trimText method.
FieldKernelTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Returns the views data definition.
FieldKernelTest::_testEmptyText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the hide if empty functionality.

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