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

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
BrowserTestBaseTest::testFieldAssertsForOptions function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts for options field type.
BrowserTestBaseTest::testFieldAssertsForTextfields function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts using textfields.
BrowserTestBaseTest::testForm function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests basic form functionality.
BrowserTestBaseTest::testGetDefaultDriveInstance function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
BrowserTestBaseTest::testGetHttpClient function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php @covers ::getHttpClient[[api-linebreak]]
BrowserTestBaseTest::testGetHttpClientException function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php @covers ::getHttpClient[[api-linebreak]]
BrowserTestBaseTest::testGetRawContent function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy getRawContent().
BrowserTestBaseTest::testGoTo function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests basic page test.
BrowserTestBaseTest::testHtkey function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Test the protections provided by .htkey.
BrowserTestBaseTest::testInstall function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp().
BrowserTestBaseTest::testInvalidLinkExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExistsExact() functionality fail.
BrowserTestBaseTest::testInvalidLinkNotExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkNotExistsExact() functionality fail.
BrowserTestBaseTest::testLinkExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExistsExact() functionality.
BrowserTestBaseTest::testLinkNotExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkNotExistsExact() functionality.
BrowserTestBaseTest::testLocalTimeZone function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
BrowserTestBaseTest::testMethodRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test method is skipped when it requires a module not present.
BrowserTestBaseTest::testPipeCharInLocator function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExists() with pipe character (|) in locator.
BrowserTestBaseTest::testProfileModules function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseTest::testRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test case is skipped when it requires a module not present.
BrowserTestBaseTest::testTearDownWithoutSetUp function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Test that tearDown doesn't call cleanupEnvironment if setUp is not called.
BrowserTestBaseTest::testTextAsserts function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy text asserts.
BrowserTestBaseTest::testXpathAsserts function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts which use xpath directly.
BrowserTestBaseUserAgentTest class core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Tests BrowserTestBase functionality.
BrowserTestBaseUserAgentTest.php file core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
BrowserTestBaseUserAgentTest::$agent property core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php The user agent string to use.
BrowserTestBaseUserAgentTest::$defaultTheme property core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php The theme to install as the default for testing.
BrowserTestBaseUserAgentTest::prepareRequest function core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Prepare for a request to testing site.
BrowserTestBaseUserAgentTest::testUserAgentValidation function core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Test validation of the User-Agent header we use to perform test requests.
BrowserWithJavascriptTest class core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests if we can execute JavaScript in the browser.
BrowserWithJavascriptTest.php file core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php The theme to install as the default for testing.
BrowserWithJavascriptTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Modules to enable.
BrowserWithJavascriptTest::drupalGetWithAlert function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Retrieves a Drupal path or an absolute path.
BrowserWithJavascriptTest::testAssertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::testCreateScreenshot function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests creating screenshots.
BrowserWithJavascriptTest::testEscapingAssertions function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests assertEscaped() and assertUnescaped().
BrowserWithJavascriptTest::testJavascript function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BubbleableMetadataTest class core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]]
@group Render
BubbleableMetadataTest.php file core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
BubbleableMetadataTest::providerTestAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testAddAttachments().
BubbleableMetadataTest::providerTestAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testApplyTo().
BubbleableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for createFromRenderArray().
BubbleableMetadataTest::providerTestMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestMergeAttachmentsFeedMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsFeedMerging
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadLinkMerging
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadMerging
BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHttpHeaderMerging
BubbleableMetadataTest::testAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::addAttachments[[api-linebreak]]
@covers ::setAttachments[[api-linebreak]]
@dataProvider providerTestAddAttachments
BubbleableMetadataTest::testAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::addCacheableDependency[[api-linebreak]]
@dataProvider providerTestMerge

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