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. 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
BulkFormTest::$defaultTheme property core/modules/views/tests/src/Functional/BulkFormTest.php The theme to install as the default for testing.
BulkFormTest::$modules property core/modules/views/tests/src/Functional/BulkFormTest.php Modules to install.
BulkFormTest::$modules property core/modules/node/tests/src/Functional/Views/BulkFormTest.php Modules to be enabled.
BulkFormTest::$modules property core/modules/user/tests/src/Functional/Views/BulkFormTest.php Modules to enable.
BulkFormTest::$nodes property core/modules/node/tests/src/Functional/Views/BulkFormTest.php The test nodes.
BulkFormTest::$testViews property core/modules/node/tests/src/Functional/Views/BulkFormTest.php Views used by this test.
BulkFormTest::$testViews property core/modules/user/tests/src/Functional/Views/BulkFormTest.php Views used by this test.
BulkFormTest::loadNode function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Load the specified node from the storage.
BulkFormTest::setUp function core/modules/node/tests/src/Functional/Views/BulkFormTest.php
BulkFormTest::testBulkDeletion function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Test multiple deletion.
BulkFormTest::testBulkForm function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Tests the node bulk form.
BulkFormTest::testBulkForm function core/modules/user/tests/src/Functional/Views/BulkFormTest.php Tests the user bulk form.
BulkFormTest::testBulkForm function core/modules/views/tests/src/Functional/BulkFormTest.php Tests the bulk form.
BulkFormTest::testBulkFormCombineFilter function core/modules/user/tests/src/Functional/Views/BulkFormTest.php Tests the user bulk form with a combined field filter on the bulk column.
BulkFormUpdateTest class core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Tests Views image style dependencies update.
BulkFormUpdateTest.php file core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php
BulkFormUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Set database dump files to be used.
BulkFormUpdateTest::testBulkFormDependencies function core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Tests the updating of dependencies for Views using the bulk_form plugin.
BundleConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Tests validation constraints for BundleConstraintValidator.
BundleConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
BundleConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Modules to enable.
BundleConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php The typed data manager to use.
BundleConstraintValidatorTest::assertValidation function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Executes the BundleConstraintValidator test for a given bundle.
BundleConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
BundleConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Tests bundle constraint validation.
BytesTest class core/tests/Drupal/Tests/Component/Utility/BytesTest.php Tests bytes size parsing helper methods.
BytesTest.php file core/tests/Drupal/Tests/Component/Utility/BytesTest.php
BytesTest::providerTestToInt function core/tests/Drupal/Tests/Component/Utility/BytesTest.php Provides data for testToInt.
BytesTest::testToInt function core/tests/Drupal/Tests/Component/Utility/BytesTest.php Tests \Drupal\Component\Utility\Bytes::toInt().
CacheabilityMetadataConfigOverrideIntegrationTest class core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Tests if configuration overrides correctly affect cacheability metadata.
CacheabilityMetadataConfigOverrideIntegrationTest.php file core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideIntegrationTest::$defaultTheme property core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php The theme to install as the default for testing.
CacheabilityMetadataConfigOverrideIntegrationTest::$modules property core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Modules to enable.
CacheabilityMetadataConfigOverrideIntegrationTest::setUp function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Tests if config overrides correctly set cacheability metadata.
CacheabilityMetadataConfigOverrideTest class core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if configuration overrides correctly affect cacheability metadata.
CacheabilityMetadataConfigOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheabilityMetadataConfigOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Modules to enable.
CacheabilityMetadataConfigOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides set cacheability metadata on config entities.
CacheabilityMetadataConfigOverrideTest::testConfigOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides correctly set cacheability metadata.
CacheabilityMetadataUpdateTest class core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Tests that views cacheability metadata post update hook runs properly.
CacheabilityMetadataUpdateTest.php file core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
CacheabilityMetadataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Set database dump files to be used.
CacheabilityMetadataUpdateTest::testUpdateHookN function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Tests that views cacheability metadata updated properly.
CacheableMetadataCalculationTest class core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php Tests that cacheability metadata is only calculated when needed.
CacheableMetadataCalculationTest class core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php Tests plugin that reports when cacheable metadata is being calculated.
CacheableMetadataCalculationTest.php file core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php
CacheableMetadataCalculationTest.php file core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php
CacheableMetadataCalculationTest::$entityTypeManager property core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php The entity type manager.

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