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
UpdateEntityDisplayTest class core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Tests updates for entity displays.
UpdateEntityDisplayTest.php file core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php
UpdateEntityDisplayTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php The theme to install as the default for testing.
UpdateEntityDisplayTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Set database dump files to be used.
UpdateEntityDisplayTest::testExtraFieldsUpdate function core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Tests that entity displays are updated to properly store extra fields.
UpdateEntityDisplayTest::testRegionUpdate function core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Tests that entity displays are updated with regions for their fields.
UpdateFeedItemTest class core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php Update feed items from a feed.
UpdateFeedItemTest.php file core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
UpdateFeedItemTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php The theme to install as the default for testing.
UpdateFeedItemTest::testUpdateFeedItem function core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest class core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php Update feed test.
UpdateFeedTest.php file core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
UpdateFeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php The theme to install as the default for testing.
UpdateFeedTest::testUpdateFeed function core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php Creates a feed and attempts to update it.
UpdateFetcherTest class core/modules/update/tests/src/Unit/UpdateFetcherTest.php Tests update functionality unrelated to the database.
UpdateFetcherTest.php file core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::$updateFetcher property core/modules/update/tests/src/Unit/UpdateFetcherTest.php The update fetcher to use.
UpdateFetcherTest::providerTestUpdateBuildFetchUrl function core/modules/update/tests/src/Unit/UpdateFetcherTest.php Provide test data for self::testUpdateBuildFetchUrl().
UpdateFetcherTest::setUp function core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::testUpdateBuildFetchUrl function core/modules/update/tests/src/Unit/UpdateFetcherTest.php Tests that buildFetchUrl() builds the URL correctly.
UpdateLobTest class core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Tests the Update query builder with LOB fields.
UpdateLobTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php
UpdateLobTest::testUpdateMultipleBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update two blob columns in the same table.
UpdateLobTest::testUpdateOneBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update a blob column.
UpdateLocalTasksTest class core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Tests existence of update local tasks.
UpdateLocalTasksTest.php file core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::getUpdateModuleRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of module routes to test.
UpdateLocalTasksTest::getUpdateReportRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of report routes to test.
UpdateLocalTasksTest::getUpdateThemeRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of theme routes to test.
UpdateLocalTasksTest::setUp function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::testUpdateModuleLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update module tasks.
UpdateLocalTasksTest::testUpdateReportLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update report tasks.
UpdateLocalTasksTest::testUpdateThemeLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update theme tasks.
UpdateManagerUpdateTest class core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Tests the Update Manager module's 'Update' form and functionality.
UpdateManagerUpdateTest.php file core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
UpdateManagerUpdateTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php The theme to install as the default for testing.
UpdateManagerUpdateTest::$modules property core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Modules to enable.
UpdateManagerUpdateTest::incompatibleUpdatesTableProvider function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Provides data for test scenarios involving incompatible updates.
UpdateManagerUpdateTest::setUp function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
UpdateManagerUpdateTest::testIncompatibleUpdatesTable function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Tests the Update form for a single test scenario of incompatible updates.
UpdatePathLastRemovedTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that modules can define their last removed update function.
UpdatePathLastRemovedTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php The theme to install as the default for testing.
UpdatePathLastRemovedTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Modules to enable.
UpdatePathLastRemovedTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php URL for the upgrade script.
UpdatePathLastRemovedTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php A user account with upgrade permission.
UpdatePathLastRemovedTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::testLastRemovedVersion function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that a module with a too old schema version can not be updated.
UpdatePathNewDependencyTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Modules can introduce new dependencies and enable them in update hooks.
UpdatePathNewDependencyTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php

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