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 10.3.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.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
WorkspaceViewTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php
WorkspaceViewTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php The theme to install as the default for testing.
WorkspaceViewTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Modules to install.
WorkspaceViewTest::testViewAnyWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Verifies that a user can view any workspace.
WorkspaceViewTest::testViewOwnWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Verifies that a user can view their own workspace.
WorkspaceXmlAnonTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php Test workspace entities for unauthenticated XML requests.
WorkspaceXmlAnonTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php
WorkspaceXmlAnonTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php The theme to install as the default for testing.
WorkspaceXmlAnonTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php The format to use in this test.
WorkspaceXmlAnonTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php The MIME type that corresponds to $format.
WorkspaceXmlBasicAuthTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php Test workspace entities for XML requests with cookie authentication.
WorkspaceXmlBasicAuthTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php
WorkspaceXmlBasicAuthTest::$auth property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The authentication mechanism to use in this test.
WorkspaceXmlBasicAuthTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The theme to install as the default for testing.
WorkspaceXmlBasicAuthTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The format to use in this test.
WorkspaceXmlBasicAuthTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The MIME type that corresponds to $format.
WorkspaceXmlBasicAuthTest::$modules property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php Modules to install.
WorkspaceXmlCookieTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php Test workspace entities for XML requests.
WorkspaceXmlCookieTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php
WorkspaceXmlCookieTest::$auth property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The authentication mechanism to use in this test.
WorkspaceXmlCookieTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The theme to install as the default for testing.
WorkspaceXmlCookieTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The format to use in this test.
WorkspaceXmlCookieTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The MIME type that corresponds to $format.
workspace_access_test.info.yml file core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.info.yml core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.info.yml
workspace_update_test.info.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml
workspace_update_test.negotiator.test service core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator
workspace_update_test.post_update.php file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php
workspace_update_test.services.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml
workspace_update_test_post_update_check_active_workspace function core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php Checks the active workspace during database updates.
WritableFileSystemValidatorTest class core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Unit tests the file system permissions validator.
WritableFileSystemValidatorTest.php file core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php
WritableFileSystemValidatorTest::providerStagingRootPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Data provider for ::testStagingRootPermissions().
WritableFileSystemValidatorTest::providerWritable function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Data provider for testWritable().
WritableFileSystemValidatorTest::setUpPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Sets the permissions of the test project's directories.
WritableFileSystemValidatorTest::testStagingRootPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests that the stage root's permissions are validated.
WritableFileSystemValidatorTest::testWritable function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests the file system permissions validator.
WritableFileSystemValidatorTest::testWritableDuringPreApply function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests the file system permissions validator during pre-apply.
WriteSafeSessionHandlerTest class core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests \Drupal\Core\Session\WriteSafeSessionHandler.
WriteSafeSessionHandlerTest.php file core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php
WriteSafeSessionHandlerTest::$sessionHandler property core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php The write safe session handler.
WriteSafeSessionHandlerTest::$wrappedSessionHandler property core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php The wrapped session handler.
WriteSafeSessionHandlerTest::providerTestOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Provides test data for the other methods test.
WriteSafeSessionHandlerTest::setUp function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php
WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDefaultArgs function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests creating a WriteSafeSessionHandler with default arguments.
WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDisableWriting function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests creating a WriteSafeSessionHandler with session writing disabled.
WriteSafeSessionHandlerTest::testOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests that other invocations are passed unmodified to the wrapped handler.
WriteSafeSessionHandlerTest::testSetSessionWritable function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests using setSessionWritable to enable/disable session writing.
XdebugRequestTraitTest class core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php Provides tests for the Xdebug request trait.
XdebugRequestTraitTest.php file core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php
XdebugRequestTraitTest::extractCookiesDataProvider function core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php Provides data to test extracting Xdebug cookies from a request.

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