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. 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
DeleteAuthorizeSettingsUpdateTest.php file core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php
DeleteAuthorizeSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Set database dump files to be used.
DeleteAuthorizeSettingsUpdateTest::testSystemAuthorizeRemoval function core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Tests system_post_update_delete_authorize_settings().
DeleteFeedItemTest class core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php Delete feed items from a feed.
DeleteFeedItemTest.php file core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php
DeleteFeedItemTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php The theme to install as the default for testing.
DeleteFeedItemTest::testDeleteFeedItem function core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php Tests running "delete items" from 'admin/config/services/aggregator' page.
DeleteFeedTest class core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php Delete feed test.
DeleteFeedTest.php file core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php
DeleteFeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php The theme to install as the default for testing.
DeleteFeedTest::$modules property core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php Modules to install.
DeleteFeedTest::testDeleteFeed function core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php Deletes a feed and ensures that all of its services are deleted.
DeleteMultipleFormTest class core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete multiple confirmation form.
DeleteMultipleFormTest.php file core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DeleteMultipleFormTest::$account property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php The current user.
DeleteMultipleFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php The theme to install as the default for testing.
DeleteMultipleFormTest::$modules property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Modules to enable.
DeleteMultipleFormTest::setUp function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DeleteMultipleFormTest::testTranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for untranslatable entities.
DeleteTest class core/modules/file/tests/src/Kernel/DeleteTest.php Tests the file delete function.
DeleteTest.php file core/modules/file/tests/src/Kernel/DeleteTest.php
DeleteTest::testCronDeleteNonExistingTemporary function core/modules/file/tests/src/Kernel/DeleteTest.php Tries to run cron deletion on file deleted from the file-system.
DeleteTest::testInUse function core/modules/file/tests/src/Kernel/DeleteTest.php Tries deleting a file that is in use.
DeleteTest::testUnused function core/modules/file/tests/src/Kernel/DeleteTest.php Tries deleting a normal file (as opposed to a directory, symlink, etc).
DeleteTruncateTest class core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Tests delete and truncate queries.
DeleteTruncateTest.php file core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php
DeleteTruncateTest::testDeleteFromNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Deleting from a not existing table throws a DatabaseExceptionWrapper.
DeleteTruncateTest::testSimpleDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can delete a single record successfully.
DeleteTruncateTest::testSpecialColumnDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can delete a single special column name record successfully.
DeleteTruncateTest::testSubselectDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can use a subselect in a delete successfully.
DeleteTruncateTest::testTruncate function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table successfully.
DeleteTruncateTest::testTruncateInTransaction function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table while in transaction.
DeleteTruncateTest::testTruncateNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Truncating a not existing table throws a DatabaseExceptionWrapper.
DeleteTruncateTest::testTruncateTransactionRollback function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that transaction rollback voids a truncate operation.
DemoUmamiProfileTest class core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile.
DemoUmamiProfileTest.php file core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
DemoUmamiProfileTest::$profile property core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php The profile to install as a basis for testing.
DemoUmamiProfileTest::assertDefaultConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Asserts that the default configuration matches active configuration.
DemoUmamiProfileTest::drupalLoginWithPassword function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Logs in a user using the Mink controlled browser using a password.
DemoUmamiProfileTest::installParameters function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Returns the parameters that will be used when Simpletest installs Drupal.
DemoUmamiProfileTest::testAppearance function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the Umami theme is available on the Appearance page.
DemoUmamiProfileTest::testConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the profile supplied configuration is the same after installation.
DemoUmamiProfileTest::testDemonstrationWarningMessage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the toolbar warning only appears on the admin pages.
DemoUmamiProfileTest::testEditNodesByAdmin function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the successful editing of nodes by admin.
DemoUmamiProfileTest::testUser function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the users can log in with the admin password entered at install.
DemoUmamiProfileTest::testWarningsOnStatusPage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile warnings shown on Status Page.
DenormalizeTest class core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests HAL denormalization edge cases for EntityResource.
DenormalizeTest.php file core/modules/hal/tests/src/Kernel/DenormalizeTest.php
DenormalizeTest::testDenormalizeEmptyCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing empty custom serialized fields.

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