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. 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
TestMigrationMock class core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A mock migration plugin.
TestMigrationMock::$set property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php The values passed into set().
TestMigrationMock::getMigrationDependencies function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Get the dependencies for this migration.
TestMigrationMock::id function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php An alias for getPluginId() for backwards compatibility reasons.
TestMigrationMock::set function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::__construct function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php TestMigrationMock constructor.
TestMultipleFormController class core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php Controller for block_test module.
TestMultipleFormController.php file core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormController::testMultipleForms function core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormsBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Provides a block with multiple forms.
TestMultipleFormsBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultipleFormsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Builds and returns the renderable array for this block plugin.
TestMultiWidthLayoutsTest class core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Test the multi-width layout plugins.
TestMultiWidthLayoutsTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php The theme to install as the default for testing.
TestMultiWidthLayoutsTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Modules to install.
TestMultiWidthLayoutsTest::assertWidthClassApplied function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Asserts the width class is applied to the first section.
TestMultiWidthLayoutsTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::testWidthChange function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Tests changing the columns widths of a multi-width section.
TestNodeFormOverride class core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php Override NodeForm to test media library form submission semantics.
TestNodeFormOverride.php file core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php
TestNodeFormOverride::submitForm function core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
TestNodeVisitor class core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php A node visitor that adds nodes to the Twig template.
TestNodeVisitor.php file core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::$extensionName property core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::$varName property core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::enterNode function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::getPriority function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::leaveNode function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::__construct function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php TestNodeVisitor constructor.
TestNormalizerBase class core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Test class for NormalizerBase.
TestNormalizerBase::$supportedTypes property core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php The interface or class that this Normalizer supports.
TestNormalizerBase::getSupportedTypes function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php
TestNormalizerBase::setSupportedTypes function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Sets the supported types.
TestObject class core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
TestObject::getA function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
TestObjectItem class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Defines the 'test_object_field' entity field item.
TestObjectItem.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
TestObjectItem::propertyDefinitions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Defines field item properties.
TestObjectItem::schema function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Returns the schema for the field.
TestObjectItemTest class core/modules/field/tests/src/Kernel/TestObjectItemTest.php Tests the serialization of an object.
TestObjectItemTest.php file core/modules/field/tests/src/Kernel/TestObjectItemTest.php
TestObjectItemTest::$modules property core/modules/field/tests/src/Kernel/TestObjectItemTest.php Modules to install.
TestObjectItemTest::setUp function core/modules/field/tests/src/Kernel/TestObjectItemTest.php Set the default field storage backend for fields created during tests.
TestObjectItemTest::testTestObjectItem function core/modules/field/tests/src/Kernel/TestObjectItemTest.php Tests the serialization of a field type that has an object.
TestPageDisplayVariantSubscriber class core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php Selects the test page display variant.
TestPageDisplayVariantSubscriber.php file core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php
TestPageDisplayVariantSubscriber::getSubscribedEvents function core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php
TestPageDisplayVariantSubscriber::onSelectPageDisplayVariant function core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php Selects the page display variant.
TestPageTestController class core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php Controller routines for test_page_test routes.

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