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
RoleResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Returns the normalized POST entity.
RoleResourceTestBase::setUpAuthorization function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Sets up the necessary authorization.
RolesRidArgumentTest class core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the handler of the user: roles argument.
RolesRidArgumentTest.php file core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
RolesRidArgumentTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php The theme to install as the default for testing.
RolesRidArgumentTest::$testViews property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Views used by this test.
RolesRidArgumentTest::testArgumentTitle function core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the generated title of a user: roles argument.
RolesRidTest class core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php @coversDefaultClass \Drupal\user\Plugin\views\argument\RolesRid[[api-linebreak]]
@group user
RolesRidTest.php file core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php
RolesRidTest::testTitleQuery function core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php Tests the titleQuery method.
RoleTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php Tests the d6_user_role source plugin.
RoleTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php Tests the d7_user_role source plugin.
RoleTest class core/modules/jsonapi/tests/src/Functional/RoleTest.php JSON:API integration test for the "Role" config entity type.
RoleTest.php file core/modules/jsonapi/tests/src/Functional/RoleTest.php
RoleTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php
RoleTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php
RoleTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RoleTest.php The theme to install as the default for testing.
RoleTest::$entity property core/modules/jsonapi/tests/src/Functional/RoleTest.php
RoleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/RoleTest.php The tested entity type.
RoleTest::$modules property core/modules/jsonapi/tests/src/Functional/RoleTest.php Modules to enable.
RoleTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php Modules to enable.
RoleTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php Modules to enable.
RoleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/RoleTest.php The name of the tested JSON:API resource type.
RoleTest::createEntity function core/modules/jsonapi/tests/src/Functional/RoleTest.php Creates the entity to be tested.
RoleTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/RoleTest.php Returns the expected JSON:API document for the entity.
RoleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RoleTest.php Returns the JSON:API POST document.
RoleTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php The data provider.
RoleTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php The data provider.
RoleTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RoleTest.php Sets up the necessary authorization.
RoleUserTestBase class core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php Provides a base class for user role action tests.
RoleUserTestBase.php file core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php
RoleUserTestBase::$account property core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php The mocked account.
RoleUserTestBase::$userRoleEntityType property core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php The user role entity type.
RoleUserTestBase::setUp function core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php
RoleXmlAnonTest class core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php @group rest
RoleXmlAnonTest.php file core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php
RoleXmlAnonTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php The theme to install as the default for testing.
RoleXmlAnonTest::$format property core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php The format to use in this test.
RoleXmlAnonTest::$mimeType property core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php The MIME type that corresponds to $format.
RoleXmlBasicAuthTest class core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php @group rest
RoleXmlBasicAuthTest.php file core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php
RoleXmlBasicAuthTest::$auth property core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php The authentication mechanism to use in this test.
RoleXmlBasicAuthTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php The theme to install as the default for testing.
RoleXmlBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php The format to use in this test.
RoleXmlBasicAuthTest::$mimeType property core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php The MIME type that corresponds to $format.
RoleXmlBasicAuthTest::$modules property core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php Modules to install.
RoleXmlCookieTest class core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php @group rest
RoleXmlCookieTest.php file core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php
RoleXmlCookieTest::$auth property core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php The authentication mechanism to use in this test.
RoleXmlCookieTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php The theme to install as the default for testing.

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