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
UpdateSemverTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBase::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBase::$modules property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
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
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.
UpdateSemverTestBase::setUp function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBaselineTrait trait core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Provides test methods for semver tests shared between core and contrib.
UpdateSemverTestBaselineTrait.php file core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php
UpdateSemverTestBaselineTrait::assertNoExtraVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Asserts update table when there is no extra version.
UpdateSemverTestBaselineTrait::testMajorExtraUpdateAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests when the major+1 is supported but not stable.
UpdateSemverTestBaselineTrait::testMajorUpdateAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests the Update Status module when major updates are available.
UpdateSemverTestBaselineTrait::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests the Update Status module when one normal update is available.
UpdateSemverTestBaselineTrait::testNoUpdatesAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests the Update Status module when no updates are available.
UpdateSemverTestBaselineTrait::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests messages when a project release is unpublished.
UpdateSemverTestBaselineTrait::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests messages when a project release is marked unsupported.
UpdateSemverTestSecurityAvailabilityTrait trait core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php Provides a test and data provider for semver security availability tests.
UpdateSemverTestSecurityAvailabilityTrait.php file core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php
UpdateSemverTestSecurityAvailabilityTrait::doTestSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php Tests the Update Status module when a security update is available.
UpdateSemverTestSecurityAvailabilityTrait::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php Data provider method for testSecurityUpdateAvailability().
UpdateSemverTestSecurityAvailabilityTrait::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php Tests Update Status when a security update is available.
UpdateSettingsFormTest class core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Tests the update_settings form.
UpdateSettingsFormTest.php file core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
UpdateSettingsFormTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
UpdateSettingsFormTest::$modules property core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
UpdateSettingsFormTest::testUpdateSettingsForm function core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Tests the update_settings form.
UpdateStorageTest class core/modules/update/tests/src/Kernel/UpdateStorageTest.php Tests the Update Status module storage is cleared correctly.
UpdateStorageTest.php file core/modules/update/tests/src/Kernel/UpdateStorageTest.php
UpdateStorageTest::$modules property core/modules/update/tests/src/Kernel/UpdateStorageTest.php
UpdateStorageTest::testUpdateStorage function core/modules/update/tests/src/Kernel/UpdateStorageTest.php Tests the Update Status module storage is cleared correctly.
UpdatesWith7xTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Tests the minimum schema version when only 7.x update hooks are retained.
UpdatesWith7xTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php The URL for the update page.
UpdatesWith7xTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php An administrative user.
UpdatesWith7xTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::testWith7x function core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Tests updating from Drupal 7.
UpdateTest class core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests the update query builder.
UpdateTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php
UpdateTest::testExpressionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests updating with expressions.
UpdateTest::testMultiGTUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records with a non-equality condition.
UpdateTest::testMultiUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records successfully.
UpdateTest::testSimpleNullUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms updating to NULL.
UpdateTest::testSimpleUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update a single record successfully.
UpdateTest::testSpecialColumnUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirm that we can update values in a column with special name.
UpdateTest::testToString function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests the Update::__toString() method.
UpdateTest::testUpdateAffectedRows function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests return value on update.
UpdateTest::testUpdateNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Updating a not existing table throws a DatabaseExceptionWrapper.
UpdateTest::testUpdateValueInSerial function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Updating a serial field throws a IntegrityConstraintViolationException.

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