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. Search main for test
  6. 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
StatisticsViewsResultTest class core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php @coversDefaultClass \Drupal\statistics\StatisticsViewsResult[[api-linebreak]]
@group statistics
StatisticsViewsResultTest.php file core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php
StatisticsViewsResultTest::providerTestStatisticsCount function core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php
StatisticsViewsResultTest::testStatisticsCount function core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php Tests migration of node counter.
statistics_test_attached.info.yml file core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml
statistics_test_views.info.yml file core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml
StatusExtraTest class core/modules/node/tests/src/Functional/Views/StatusExtraTest.php Tests the node.status_extra field handler.
StatusExtraTest.php file core/modules/node/tests/src/Functional/Views/StatusExtraTest.php
StatusExtraTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/StatusExtraTest.php The theme to install as the default for testing.
StatusExtraTest::$modules property core/modules/node/tests/src/Functional/Views/StatusExtraTest.php Modules to enable.
StatusExtraTest::$testViews property core/modules/node/tests/src/Functional/Views/StatusExtraTest.php Views used by this test.
StatusExtraTest::testStatusExtra function core/modules/node/tests/src/Functional/Views/StatusExtraTest.php Tests the status extra filter.
StatusTest class core/modules/system/tests/src/Functional/System/StatusTest.php Tests output on the status overview page.
StatusTest.php file core/modules/system/tests/src/Functional/System/StatusTest.php
StatusTest::$defaultTheme property core/modules/system/tests/src/Functional/System/StatusTest.php The theme to install as the default for testing.
StatusTest::$modules property core/modules/system/tests/src/Functional/System/StatusTest.php Modules to enable.
StatusTest::setUp function core/modules/system/tests/src/Functional/System/StatusTest.php
StatusTest::testStatusPage function core/modules/system/tests/src/Functional/System/StatusTest.php Tests that the status page returns.
StorageComparerTest class core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @coversDefaultClass \Drupal\Core\Config\StorageComparer[[api-linebreak]]
@group Config
StorageComparerTest.php file core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::$configData property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php An array of test configuration data keyed by configuration name.
StorageComparerTest::$sourceStorage property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::$storageComparer property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php The storage comparer to test.
StorageComparerTest::$targetStorage property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::getConfigData function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::setUp function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::testConfigManagerDeprecation function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @expectedDeprecation The storage comparer does not need a config manager. The parameter is deprecated since version 8.7.0 and will be removed in 9.0.0. Omit the third parameter. See https://www.drupal.org/node/2993271.
@group legacy
StorageComparerTest::testCreateChangelistCreate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist[[api-linebreak]]
StorageComparerTest::testCreateChangelistDelete function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist[[api-linebreak]]
StorageComparerTest::testCreateChangelistNoChange function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist[[api-linebreak]]
StorageComparerTest::testCreateChangelistUpdate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist[[api-linebreak]]
StorageCopyTraitTest class core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php @coversDefaultClass \Drupal\Core\Config\StorageCopyTrait[[api-linebreak]]
@group Config
StorageCopyTraitTest.php file core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php
StorageCopyTraitTest::generateRandomData function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Generate random data in a config storage.
StorageCopyTraitTest::providerTestReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides data for testCheckRequirements().
StorageCopyTraitTest::testReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php @covers ::replaceStorageContents[[api-linebreak]]
StorageCopyTraitTest::testWithInvalidConfiguration function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Tests replaceStorageContents() with config with an invalid configuration.
StorageCopyTraitTest::toArray function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Get the protected config data out of a MemoryStorage.
StorageReplaceDataWrapperTest class core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests StorageReplaceDataWrapper operations.
StorageReplaceDataWrapperTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::providerCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Data provider for testing different collections.
StorageReplaceDataWrapperTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::testCreateCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests if new collections created correctly.
StorageReplaceDataWrapperTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests an invalid storage.
StorageReplaceDataWrapperTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageTest class core/modules/system/tests/src/Functional/Form/StorageTest.php Tests a multistep form using form storage and makes sure validation and
caching works right.
StorageTest class core/modules/views_ui/tests/src/Functional/StorageTest.php Tests the UI of storage properties of views.

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