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
UpdateContribTest::setUp function core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::testCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that core compatibility messages are displayed.
UpdateContribTest::testHookUpdateStatusAlter function core/modules/update/tests/src/Functional/UpdateContribTest.php Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNonStandardVersionStrings function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages for invalid, empty and missing version strings.
UpdateContribTest::testNoReleasesAvailable function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests when there is no available release data for a contrib module.
UpdateContribTest::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests the Update Manager module when one normal update is available.
UpdateContribTest::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages when a project release is unpublished.
UpdateContribTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests update status of security releases.
UpdateContribTest::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages when a project release is marked unsupported.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL function core/modules/update/tests/src/Functional/UpdateContribTest.php Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateHiddenBaseTheme function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests updates with a hidden base theme.
UpdateContribTest::testUpdateShowDisabledThemes function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that disabled themes are only shown when desired.
UpdateController::updateStatus function core/modules/update/src/Controller/UpdateController.php Returns a page about the update status of projects.
UpdateController::updateStatusManually function core/modules/update/src/Controller/UpdateController.php Manually checks the update status without the use of cron.
UpdateCoreTest class core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module through a series of functional tests using
mock XML data.
UpdateCoreTest.php file core/modules/update/tests/src/Functional/UpdateCoreTest.php
UpdateCoreTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateCoreTest.php The theme to install as the default for testing.
UpdateCoreTest::$modules property core/modules/update/tests/src/Functional/UpdateCoreTest.php Modules to enable.
UpdateCoreTest::$updateProject property core/modules/update/tests/src/Functional/UpdateCoreTest.php The project that is being tested.
UpdateCoreTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateCoreTest.php The CSS locator for the update table run asserts on.
UpdateCoreTest::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Asserts that an update version has the correct links.
UpdateCoreTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateCoreTest.php Dataprovider for testSecurityCoverageMessage().
UpdateCoreTest::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateCoreTest.php Data provider method for testSecurityUpdateAvailability().
UpdateCoreTest::setSystemInfo function core/modules/update/tests/src/Functional/UpdateCoreTest.php Sets the version to x.x.x when no project-specific mapping is defined.
UpdateCoreTest::setUp function core/modules/update/tests/src/Functional/UpdateCoreTest.php
UpdateCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateCoreTest::testClearDiskCache function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that clearing the disk cache works.
UpdateCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateCoreTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testLocalActions function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures that the local actions appear.
UpdateCoreTest::testMajorUpdateAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testNoUpdatesAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when no updates are available.
UpdateCoreTest::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests messages when a project release is unpublished.
UpdateCoreTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the security coverage messages for Drupal core versions.
UpdateCoreTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when a security update is available.
UpdateCoreTest::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTest::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests messages when a project release is marked unsupported.
UpdateDeleteFileIfStaleTest class core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Tests the update_delete_file_if_stale() function.
UpdateDeleteFileIfStaleTest.php file core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php
UpdateDeleteFileIfStaleTest::$modules property core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Modules to enable.
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale function core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Tests the deletion of stale files.

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