Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.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
UserPermissionsTest class core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php Tests the JS components added to the user permissions page.
UserPermissionsTest.php file core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php
UserPermissionsTest.php file core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::$adminUser property core/modules/user/tests/src/Functional/UserPermissionsTest.php User with admin privileges.
UserPermissionsTest::$adminUser property core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php User with admin privileges.
UserPermissionsTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php The theme to install as the default for testing.
UserPermissionsTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPermissionsTest.php The theme to install as the default for testing.
UserPermissionsTest::$rid property core/modules/user/tests/src/Functional/UserPermissionsTest.php User's role ID.
UserPermissionsTest::$rid property core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php User's role ID.
UserPermissionsTest::setUp function core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php
UserPermissionsTest::setUp function core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::testAccessBundlePermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify that bundle-specific pages work properly.
UserPermissionsTest::testAccessContentPermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAccessModulePermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify that module-specific pages have correct access.
UserPermissionsTest::testAdministratorRole function core/modules/user/tests/src/Functional/UserPermissionsTest.php Tests assigning of permissions for the administrator role.
UserPermissionsTest::testBundlePermissionError function core/modules/user/tests/src/Functional/UserPermissionsTest.php Tests that access check does not trigger warnings.
UserPermissionsTest::testPermissionCheckboxes function core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php Tests the fake checkboxes added to the permissions page.
UserPermissionsTest::testUserPermissionChanges function core/modules/user/tests/src/Functional/UserPermissionsTest.php Tests changing user permissions through the permissions pages.
UserPermissionsTest::testUserRoleChangePermissions function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify proper permission changes by user_role_change_permissions().
UserPictureFileTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Tests the d6_user_picture_file source plugin.
UserPictureFileTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php
UserPictureFileTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Modules to install.
UserPictureFileTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php
UserPictureInstanceTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Tests the user_picture_instance source plugin.
UserPictureInstanceTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php
UserPictureInstanceTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Modules to install.
UserPictureInstanceTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php
UserPictureTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Tests the d6_user_picture source plugin.
UserPictureTest class core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture functionality.
UserPictureTest.php file core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
UserPictureTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPictureTest.php The theme to install as the default for testing.
UserPictureTest::$modules property core/modules/user/tests/src/Functional/UserPictureTest.php Modules to install.
UserPictureTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Modules to install.
UserPictureTest::$webUser property core/modules/user/tests/src/Functional/UserPictureTest.php A regular user.
UserPictureTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
UserPictureTest::saveUserPicture function core/modules/user/tests/src/Functional/UserPictureTest.php Edits the user picture for the test user.
UserPictureTest::setUp function core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest::testCreateDeletePicture function core/modules/user/tests/src/Functional/UserPictureTest.php Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment function core/modules/user/tests/src/Functional/UserPictureTest.php Tests embedded users on node pages.
UserPictureTest::testUserViewAlter function core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture field with a non-standard field formatter.
UserRegistrationResourceTest class core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests User Registration REST resource.
UserRegistrationResourceTest.php file core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::$currentUser property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The current user.
UserRegistrationResourceTest::$logger property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Logger service.
UserRegistrationResourceTest::$passwordGenerator property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The password generator.
UserRegistrationResourceTest::$reflection property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A reflection of self::$testClass.
UserRegistrationResourceTest::$testClass property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Class to be tested.
UserRegistrationResourceTest::$userSettings property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A user settings config instance.
UserRegistrationResourceTest::ERROR_MESSAGE constant core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php

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