Search for test

  1. Search 7.x for test
  2. Search 8.9.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
UpdateScriptTest::runUpdates function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Helper function to run updates via the browser.
UpdateScriptTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UpdateScriptTest::testExtensionCompatibilityChange function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that extension compatibility changes are handled correctly.
UpdateScriptTest::testMaintenanceModeLink function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests maintenance mode link on update.php.
UpdateScriptTest::testMaintenanceModeUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php while in maintenance mode.
UpdateScriptTest::testMissingExtension function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that a missing extension prevents updates.
UpdateScriptTest::testNoUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php when there are no updates to apply.
UpdateScriptTest::testOrphanedSchemaEntries function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that orphan schemas are handled properly.
UpdateScriptTest::testRequirements function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests performing updates with update.php in a multilingual environment.
UpdateScriptTest::testSuccessfulUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php after performing a successful update.
UpdateScriptTest::testThemeSystem function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests the effect of using the update script on the theme system.
UpdateScriptTest::testUpdateAccess function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests access to the update script.
UpdateScriptTestController class core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php Controller routines for update_script_test routes.
UpdateScriptTestController.php file core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php
UpdateScriptTestController::databaseUpdatesMenuItem function core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php Outputs a link to the database updates URL.
UpdateSemverContribTest class core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Tests the Update Manager module with a contrib module with semver versions.
UpdateSemverContribTest.php file core/modules/update/tests/src/Functional/UpdateSemverContribTest.php
UpdateSemverContribTest::$modules property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Modules to enable.
UpdateSemverContribTest::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The title of the project being tested.
UpdateSemverContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The project that is being tested.
UpdateSemverContribTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The CSS locator for the update table run asserts on.
UpdateSemverContribTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Sets the project installed version.
UpdateSemverCoreTest class core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the semantic version handling in the Update Manager.
UpdateSemverCoreTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
UpdateSemverCoreTest::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The title of the project being tested.
UpdateSemverCoreTest::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The project that is being tested.
UpdateSemverCoreTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The CSS locator for the update table run asserts on.
UpdateSemverCoreTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Data provider for testSecurityCoverageMessage().
UpdateSemverCoreTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Sets the version to x.x.x when no project-specific mapping is defined.
UpdateSemverCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testClearDiskCache function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that clearing the disk cache works.
UpdateSemverCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateSemverCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateSemverCoreTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks language module in core package at admin/reports/updates.
UpdateSemverCoreTest::testLocalActions function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures that the local actions appear.
UpdateSemverCoreTest::testModulePageRegularUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks the messages at admin/modules when an update is missing.
UpdateSemverCoreTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that running cron updates the list of available updates.
UpdateSemverCoreTest::testModulePageSecurityUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks the messages at admin/modules when a security update is missing.
UpdateSemverCoreTest::testModulePageUpToDate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks the messages at admin/modules when the site is up to date.
UpdateSemverCoreTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreTest::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the Update Manager module when the update server returns 503 errors.
UpdateSemverTestBase class core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Common test methods for projects that use semver version releases.
UpdateSemverTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBase::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The theme to install as the default for testing.
UpdateSemverTestBase::$modules property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Modules to enable.
UpdateSemverTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The title of the project being tested.
UpdateSemverTestBase::refreshUpdateStatus function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Refreshes the update status based on the desired available update scenario.
UpdateSemverTestBase::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Data provider method for testSecurityUpdateAvailability().
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.

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