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
ShortcutSetTest class core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php Tests D7 ShortcutSet source plugin.
ShortcutSetTest class core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php JSON:API integration test for the "ShortcutSet" config entity type.
ShortcutSetTest.php file core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest.php file core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php
ShortcutSetTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php The theme to install as the default for testing.
ShortcutSetTest::$entity property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php The tested entity type.
ShortcutSetTest::$modules property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Modules to enable.
ShortcutSetTest::$modules property core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php Modules to enable.
ShortcutSetTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php The name of the tested JSON:API resource type.
ShortcutSetTest::createEntity function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Creates the entity to be tested.
ShortcutSetTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Returns the expected JSON:API document for the entity.
ShortcutSetTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Return the expected error message.
ShortcutSetTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Returns the JSON:API POST document.
ShortcutSetTest::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php The data provider.
ShortcutSetTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Sets up the necessary authorization.
ShortcutSetUsersTest class core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Tests D7 ShortcutSetUsers source plugin.
ShortcutSetUsersTest.php file core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php
ShortcutSetUsersTest::$modules property core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Modules to enable.
ShortcutSetUsersTest::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php The data provider.
ShortcutSetXmlAnonTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php @group rest
ShortcutSetXmlAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php
ShortcutSetXmlAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The theme to install as the default for testing.
ShortcutSetXmlAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The format to use in this test.
ShortcutSetXmlAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The MIME type that corresponds to $format.
ShortcutSetXmlBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php @group rest
ShortcutSetXmlBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php
ShortcutSetXmlBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutSetXmlBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The theme to install as the default for testing.
ShortcutSetXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The format to use in this test.
ShortcutSetXmlBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutSetXmlBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php Modules to install.
ShortcutSetXmlCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php @group rest
ShortcutSetXmlCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php
ShortcutSetXmlCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The authentication mechanism to use in this test.
ShortcutSetXmlCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The theme to install as the default for testing.
ShortcutSetXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The format to use in this test.
ShortcutSetXmlCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The MIME type that corresponds to $format.
ShortcutSevenIntegrationTest class core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
ShortcutSevenIntegrationTest.php file core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php
ShortcutSevenIntegrationTest::$modules property core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php Modules to enable.
ShortcutSevenIntegrationTest::testInstallUninstall function core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
ShortcutTest class core/modules/jsonapi/tests/src/Functional/ShortcutTest.php JSON:API integration test for the "Shortcut" content entity type.
ShortcutTest class core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php Tests D7 Shortcut source plugin.
ShortcutTest.php file core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php
ShortcutTest.php file core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
ShortcutTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php The theme to install as the default for testing.
ShortcutTest::$entity property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
ShortcutTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php The tested entity type.
ShortcutTest::$modules property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php Modules to enable.

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