Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search 11.x 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::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.
UpdateScriptTestHooks class core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php Hook implementations for update_script_test.
UpdateScriptTestHooks.php file core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php
UpdateScriptTestHooks::cacheFlush function core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php Implements hook_cache_flush().
UpdateScriptTestHooks::systemInfoAlter function core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php Implements hook_system_info_alter().
UpdateScriptTestRequirements class core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php Requirements for the Update Script Test module.
UpdateScriptTestRequirements.php file core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php
UpdateScriptTestRequirements::update function core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php Implements hook_update_requirements().
UpdateScriptTestRequirements::updateAlter function core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php Implements hook_update_requirements_alter().
UpdateScriptTestRequirements::__construct function core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php
UpdateSemverContribBaselineTest class core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php Tests the Update Status module with a contrib module with semver versions.
UpdateSemverContribBaselineTest.php file core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php
UpdateSemverContribSecurityAvailabilityTest class core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php Tests Update Status with a security update available for a contrib project.
UpdateSemverContribSecurityAvailabilityTest.php file core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php
UpdateSemverContribTestBase class core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Base class for Update Status semantic versioning tests of contrib projects.
UpdateSemverContribTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::$modules property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::testUpdatesLegacyToSemver function core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Tests updates from legacy versions to the semver versions.
UpdateSemverCoreBaselineTest class core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php Tests semantic version handling in the Update Status module for Drupal core.
UpdateSemverCoreBaselineTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php
UpdateSemverCoreSecurityAvailabilityTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php Tests Update Status with a security update available for Drupal core.
UpdateSemverCoreSecurityAvailabilityTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php
UpdateSemverCoreSecurityCoverageTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php
UpdateSemverCoreSecurityCoverageTest::doTestSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Data provider for testSecurityCoverageMessage().
UpdateSemverCoreSecurityCoverageTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreTest class core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests edge cases of the Available Updates report UI.
UpdateSemverCoreTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
UpdateSemverCoreTest::testAvailableUpdateLink function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the available link appears to users with the right permissions.
UpdateSemverCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateSemverCoreTest::testDevNoReleaseDate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests when a dev release does not have a date.
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::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the Update Status module when the update server returns 503 errors.
UpdateSemverCoreTestBase class core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php Base class for Update Status semantic versioning tests of Drupal core.
UpdateSemverCoreTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
UpdateSemverCoreTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
UpdateSemverCoreTestBase::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
UpdateSemverCoreTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
UpdateSemverCoreTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
UpdateSemverTestBase class core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Common setup and utility methods to test projects that use semver releases.

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