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
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$configUpdater property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php The views config updater.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to enable.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testUpdateAll function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::updateAll[[api-linebreak]]
ViewsDataHelperTest class core/modules/views/tests/src/Unit/ViewsDataHelperTest.php @coversDefaultClass \Drupal\views\ViewsDataHelper[[api-linebreak]]
@group views
ViewsDataHelperTest.php file core/modules/views/tests/src/Unit/ViewsDataHelperTest.php
ViewsDataHelperTest::testFetchFields function core/modules/views/tests/src/Unit/ViewsDataHelperTest.php Tests fetchFields.
ViewsDataHelperTest::viewsData function core/modules/views/tests/src/Unit/ViewsDataHelperTest.php Returns the views data definition.
ViewsDataIntegrationTest class core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Tests the views integration of content_moderation.
ViewsDataIntegrationTest.php file core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
ViewsDataIntegrationTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Modules to enable.
ViewsDataIntegrationTest::setUp function core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
ViewsDataIntegrationTest::testContentModerationStateBaseJoin function core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Tests the join from the data table to the moderation state table.
ViewsDataIntegrationTest::testContentModerationStateField function core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Tests the content moderation state views field.
ViewsDataIntegrationTest::testContentModerationStateRevisionJoin function core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Tests the join from the revision data table to the moderation state table.
ViewsDataTableDependencyUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php Tests the upgrade path for views data table provider dependencies.
ViewsDataTableDependencyUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
ViewsDataTableDependencyUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php Set database dump files to be used.
ViewsDataTableDependencyUpdateTest::testPostUpdate function core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php Tests that dependencies are correct after update.
ViewsDataTest class core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php Test to ensure views data is properly created for the Options module.
ViewsDataTest class core/modules/views/tests/src/Unit/ViewsDataTest.php @coversDefaultClass \Drupal\views\ViewsData[[api-linebreak]]
@group views
ViewsDataTest.php file core/modules/views/tests/src/Unit/ViewsDataTest.php
ViewsDataTest.php file core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php
ViewsDataTest::$cacheBackend property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked cache backend.
ViewsDataTest::$cacheTagsInvalidator property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked cache tags invalidator.
ViewsDataTest::$configFactory property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked config factory.
ViewsDataTest::$fieldStorage property core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php The field storage.
ViewsDataTest::$languageManager property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked language manager.
ViewsDataTest::$moduleHandler property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked module handler.
ViewsDataTest::$modules property core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php Modules to enable.
ViewsDataTest::$viewsData property core/modules/views/tests/src/Unit/ViewsDataTest.php The tested views data class.
ViewsDataTest::setUp function core/modules/views/tests/src/Unit/ViewsDataTest.php
ViewsDataTest::setUp function core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php
ViewsDataTest::setupMockedModuleHandler function core/modules/views/tests/src/Unit/ViewsDataTest.php Mocks the basic module handler used for the test.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for all views data without a warm cache.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for multiple tables without warm caches.
ViewsDataTest::testCacheCallsWithSameTableMultipleTimes function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache backend behavior with requesting the same table multiple
ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a single table and warm cache for:
ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a different table than the one in cache:
ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for all views data.
ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for an not existing table:
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for an not existing table:
ViewsDataTest::testFetchBaseTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the fetchBaseTables() method.
ViewsDataTest::testFullAndTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache of the full and single table data.
ViewsDataTest::testFullGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the caching of the full views data.

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