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
ConfigFieldMapperTest::$entity property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The field config instance used for testing.
ConfigFieldMapperTest::$entityTypeManager property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The entity type manager used for testing.
ConfigFieldMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The mocked event dispatcher.
ConfigFieldMapperTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php
ConfigFieldMapperTest::testSetEntity function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php Tests ConfigFieldMapper::setEntity().
ConfigFileContentTest class core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests reading and writing of configuration files.
ConfigFileContentTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php
ConfigFileContentTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Exempt from strict schema checking.
ConfigFileContentTest::testReadWriteConfig function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests setting, writing, and reading of a configuration setting.
ConfigFileContentTest::testSerialization function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests serialization of configuration to file.
ConfigFormBaseTraitTest class core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php @coversDefaultClass \Drupal\Core\Form\ConfigFormBaseTrait[[api-linebreak]]
@group Form
ConfigFormBaseTraitTest.php file core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
ConfigFormBaseTraitTest::testConfig function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php @covers ::config[[api-linebreak]]
ConfigFormBaseTraitTest::testConfigFactoryException function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php @covers ::config[[api-linebreak]]
ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php @covers ::config[[api-linebreak]]
ConfigFormOverrideTest class core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Tests config overrides do not appear on forms that extend ConfigFormBase.
ConfigFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
ConfigFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php The theme to install as the default for testing.
ConfigFormOverrideTest::$modules property core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Modules to install.
ConfigFormOverrideTest::OVERRIDE_TEXT constant core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Message text that appears when forms have values for overridden config.
ConfigFormOverrideTest::testFormsWithOverrides function core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Tests that overrides do not affect forms.
ConfigFormTestBase class core/tests/Drupal/KernelTests/ConfigFormTestBase.php Full generic test suite for any form that data with the configuration system.
ConfigFormTestBase.php file core/tests/Drupal/KernelTests/ConfigFormTestBase.php
ConfigFormTestBase::$form property core/tests/Drupal/KernelTests/ConfigFormTestBase.php Form ID to use for testing.
ConfigFormTestBase::$values property core/tests/Drupal/KernelTests/ConfigFormTestBase.php Values to use for testing.
ConfigFormTestBase::testConfigForm function core/tests/Drupal/KernelTests/ConfigFormTestBase.php Submit the system_config_form ensure the configuration has expected values.
ConfigImportAllTest class core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests the largest configuration import possible with all available modules.
ConfigImportAllTest.php file core/modules/config/tests/src/Functional/ConfigImportAllTest.php
ConfigImportAllTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportAllTest.php The theme to install as the default for testing.
ConfigImportAllTest::$modules property core/modules/config/tests/src/Functional/ConfigImportAllTest.php Modules to install.
ConfigImportAllTest::$profile property core/modules/config/tests/src/Functional/ConfigImportAllTest.php The profile to install as a basis for testing.
ConfigImportAllTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportAllTest.php A user with the 'synchronize configuration' permission.
ConfigImportAllTest::setUp function core/modules/config/tests/src/Functional/ConfigImportAllTest.php
ConfigImportAllTest::testInstallUninstall function core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporterMissingContentTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests importing configuration which has missing content dependencies.
ConfigImporterMissingContentTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Config Importer object used for testing.
ConfigImporterMissingContentTest::$logMessages property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php The logged messages.
ConfigImporterMissingContentTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Modules to install.
ConfigImporterMissingContentTest::log function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::register function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Registers test-specific services.
ConfigImporterMissingContentTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::testMissingBlockContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content, config import and the block plugin manager.
ConfigImporterMissingContentTest::testMissingContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content event is fired.
ConfigImporterTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests importing configuration from files into active configuration.
ConfigImporterTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Modules to install.
ConfigImporterTest::customStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Helper method to test custom config installer steps.
ConfigImporterTest::FAIL_MESSAGE constant core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php The beginning of an import validation error.
ConfigImporterTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php

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