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. 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
ConfigSchemaTest::testSchemaFallback function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests fallback to a greedy wildcard.
ConfigSchemaTest::testSchemaMapping function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests the basic metadata retrieval layer.
ConfigSchemaTest::testSchemaMappingWithParents function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests metadata retrieval with several levels of %parent indirection.
ConfigSchemaTestHooks class core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php Hook implementations for config_schema_test.
ConfigSchemaTestHooks.php file core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php
ConfigSchemaTestHooks::configSchemaInfoAlter function core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php Implements hook_config_schema_info_alter().
ConfigSingleImportExportTest class core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php Tests the user interface for importing/exporting a single configuration.
ConfigSingleImportExportTest.php file core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
ConfigSingleImportExportTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php The theme to install as the default for testing.
ConfigSingleImportExportTest::$modules property core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php Modules to install.
ConfigSingleImportExportTest::setUp function core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
ConfigSingleImportExportTest::testExport function core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php Tests exporting a single configuration file.
ConfigSingleImportExportTest::testImport function core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php Tests importing a single configuration file.
ConfigSingleImportExportTest::testImportSimpleConfiguration function core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php Tests importing a simple configuration file.
ConfigSnapshotTest class core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php Tests config snapshot creation and updating.
ConfigSnapshotTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
ConfigSnapshotTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php Modules to install.
ConfigSnapshotTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
ConfigSnapshotTest::testSnapshot function core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php Tests config snapshot creation and updating.
ConfigStorageTestBase class core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Base class for testing storage operations.
ConfigStorageTestBase.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::$invalidStorage property core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::$storage property core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Deletes configuration data from the storage.
ConfigStorageTestBase::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Inserts configuration data in the storage.
ConfigStorageTestBase::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Reads configuration data from the storage.
ConfigStorageTestBase::testCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests that the storage supports collections.
ConfigStorageTestBase::testCRUD function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests storage CRUD operations.
ConfigStorageTestBase::testDataTypes function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests storage writing and reading data preserving data type.
ConfigStorageTestBase::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests an invalid storage.
ConfigStorageTestBase::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Updates configuration data in the storage.
ConfigTargetTest class core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @coversDefaultClass \Drupal\Core\Form\ConfigTarget[[api-linebreak]]
@group Form
ConfigTargetTest class core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php Tests forms using #config_target and #ajax together.
ConfigTargetTest class core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Tests forms using #config_target.
ConfigTargetTest.php file core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php
ConfigTargetTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php
ConfigTargetTest.php file core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php The theme to install as the default for testing.
ConfigTargetTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php The theme to install as the default for testing.
ConfigTargetTest::$modules property core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Modules to install.
ConfigTargetTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php Modules to install.
ConfigTargetTest::providerMultiTargetWithoutCallables function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::providerTestFormCacheable function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::providerTestFromFormException function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::testDuplicateTargetsNotAllowed function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers \Drupal\Core\Form\ConfigFormBase::storeConfigKeyToFormElementMap[[api-linebreak]]
ConfigTargetTest::testFormCacheable function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers \Drupal\Core\Form\ConfigFormBase::storeConfigKeyToFormElementMap[[api-linebreak]]
@dataProvider providerTestFormCacheable
ConfigTargetTest::testFromFormConfigTarget function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers ::fromForm[[api-linebreak]]
ConfigTargetTest::testFromFormException function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers ::fromForm[[api-linebreak]]
@dataProvider providerTestFromFormException
ConfigTargetTest::testFromFormString function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers ::fromForm[[api-linebreak]]
@covers ::fromString[[api-linebreak]]
ConfigTargetTest::testGetValueCorrectConfig function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php

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