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
UnsavedPreviewTest::$adminUser property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php An admin user with the 'administer views' permission.
UnsavedPreviewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php The theme to install as the default for testing.
UnsavedPreviewTest::$modules property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Modules to enable.
UnsavedPreviewTest::$testViews property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Views used by this test.
UnsavedPreviewTest::setUp function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Sets up a Drupal site for running functional and integration tests.
UnsavedPreviewTest::testUnsavedPageDisplayPreview function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Tests previews of unsaved new page displays.
UpcastingTest class core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php Tests upcasting of url arguments to entities.
UpcastingTest.php file core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
UpcastingTest::$defaultTheme property core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php The theme to install as the default for testing.
UpcastingTest::$modules property core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php Modules to enable.
UpcastingTest::testEntityLanguage function core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php Confirms entity is shown in user's language by default.
UpcastingTest::testSameTypes function core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php Confirms we can upcast to controller arguments of the same type.
UpcastingTest::testUpcasting function core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php Confirms that all parameters are converted as expected.
UpdateActionsWithEntityPluginsTest class core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node actions to generic entity ones.
UpdateActionsWithEntityPluginsTest.php file core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php
UpdateActionsWithEntityPluginsTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php The theme to install as the default for testing.
UpdateActionsWithEntityPluginsTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Set database dump files to be used.
UpdateActionsWithEntityPluginsTest::testUpdateActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node actions to generic entity ones.
UpdateActionsWithEntityPluginsTest::testUpdateDeleteActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node delete actions to generic entity ones.
UpdateApiEntityDefinitionUpdateTest class core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests performing entity updates through the Update API.
UpdateApiEntityDefinitionUpdateTest.php file core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateApiEntityDefinitionUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php The theme to install as the default for testing.
UpdateApiEntityDefinitionUpdateTest::$modules property core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Modules to enable.
UpdateApiEntityDefinitionUpdateTest::reloadEntity function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Reloads the specified entity.
UpdateApiEntityDefinitionUpdateTest::setUp function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that multiple updates applied in bulk work as expected.
UpdateApiEntityDefinitionUpdateTest::testSingleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that individual updates applied sequentially work as expected.
UpdateApiEntityDefinitionUpdateTest::testStatusReport function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that entity updates are correctly reported in the status report page.
UpdateCacheTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests caches during updates.
UpdateCacheTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
UpdateCacheTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php The theme to install as the default for testing.
UpdateCacheTest::testCaches function core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests that caches are cleared during updates.
UpdateComplexTest class core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests the Update query builder, complex queries.
UpdateComplexTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php
UpdateComplexTest::testBetweenConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests BETWEEN conditional clauses.
UpdateComplexTest::testInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE IN clauses.
UpdateComplexTest::testLikeConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests LIKE conditionals.
UpdateComplexTest::testNotInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE NOT IN clauses.
UpdateComplexTest::testOrConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests updates with OR conditionals.
UpdateComplexTest::testSubSelectUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Test UPDATE with a subselect value.
UpdateComplexTest::testUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with expression values.
UpdateComplexTest::testUpdateOnlyExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with only expression values.
UpdateContribTest class core/modules/update/tests/src/Functional/UpdateContribTest.php Tests how the Update Manager module handles contributed modules and themes in
a series of functional tests using mock XML data.
UpdateContribTest.php file core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateContribTest.php The theme to install as the default for testing.
UpdateContribTest::$modules property core/modules/update/tests/src/Functional/UpdateContribTest.php Modules to enable.
UpdateContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateContribTest.php The project that is being tested.
UpdateContribTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateContribTest.php The CSS locator for the update table run asserts on.
UpdateContribTest::assertCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Asserts that a core compatibility message is correct for an update.
UpdateContribTest::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateContribTest.php Data provider method for testSecurityUpdateAvailability().

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