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. Other projects
Title Object type File name Summary
ActionHalJsonAnonTest class core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php @group hal
ActionHalJsonAnonTest.php file core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php
ActionHalJsonAnonTest::$defaultTheme property core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php The theme to install as the default for testing.
ActionHalJsonAnonTest::$format property core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php The format to use in this test.
ActionHalJsonAnonTest::$mimeType property core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php The MIME type that corresponds to $format.
ActionHalJsonAnonTest::$modules property core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php Modules to install.
ActionHalJsonBasicAuthTest class core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php @group hal
ActionHalJsonBasicAuthTest.php file core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php
ActionHalJsonBasicAuthTest::$auth property core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ActionHalJsonBasicAuthTest::$defaultTheme property core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php The theme to install as the default for testing.
ActionHalJsonBasicAuthTest::$format property core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php The format to use in this test.
ActionHalJsonBasicAuthTest::$mimeType property core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ActionHalJsonBasicAuthTest::$modules property core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php Modules to install.
ActionHalJsonCookieTest class core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php @group hal
ActionHalJsonCookieTest.php file core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php
ActionHalJsonCookieTest::$auth property core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php The authentication mechanism to use in this test.
ActionHalJsonCookieTest::$defaultTheme property core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php The theme to install as the default for testing.
ActionHalJsonCookieTest::$format property core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php The format to use in this test.
ActionHalJsonCookieTest::$mimeType property core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php The MIME type that corresponds to $format.
ActionHalJsonCookieTest::$modules property core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php Modules to install.
ActionResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/Action/ActionResourceTestBase.php
ActionResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/Action/ActionResourceTestBase.php
ActionTest class core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php Tests actions source plugin.
ActionTest.php file core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php
ActionTest::$modules property core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php Modules to enable.
ActionTest::providerSource function core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php The data provider.
ActiveThemeLegacyTest class core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Tests legacy code in ActiveTheme.
ActiveThemeLegacyTest.php file core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php
ActiveThemeLegacyTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Modules to enable.
ActiveThemeLegacyTest::testConstructor function core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Tests BC layer in constructor.
ActiveThemeLegacyTest::testGetBaseThemes function core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Tests \Drupal\Core\Theme\ActiveTheme::getBaseThemes() deprecation.
AdminThemeUpdateTest class core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests system.theme:admin is updated.
AdminThemeUpdateTest.php file core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php
AdminThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php The theme to install as the default for testing.
AdminThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Set database dump files to be used.
AdminThemeUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests that system.theme:admin is updated as expected.
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php
AggregatorTestBase class core/modules/aggregator/src/Tests/AggregatorTestBase.php Defines a base class for testing the Aggregator module.
AggregatorTestBase.php file core/modules/aggregator/src/Tests/AggregatorTestBase.php
AggregatorTestBase::$adminUser property core/modules/aggregator/src/Tests/AggregatorTestBase.php A user with permission to administer feeds and create content.
AggregatorTestBase::$modules property core/modules/aggregator/src/Tests/AggregatorTestBase.php Modules to install.
AggregatorTestBase::createFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an aggregator feed.
AggregatorTestBase::createSampleNodes function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates sample article nodes.
AggregatorTestBase::deleteFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/src/Tests/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::getAtomSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid but empty OPML file.

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