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
BubbleableMetadataTest::testApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::applyTo[[api-linebreak]]
@dataProvider providerTestApplyTo
BubbleableMetadataTest::testCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::createFromRenderArray[[api-linebreak]]
@dataProvider providerTestCreateFromRenderArray
BubbleableMetadataTest::testMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::merge[[api-linebreak]]
@dataProvider providerTestMerge
BubbleableMetadataTest::testMergeAttachmentsFeedMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests feed asset merging.
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head_link asset merging.
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head asset merging.
BubbleableMetadataTest::testMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests http_header asset merging.
BubbleableMetadataTest::testMergeAttachmentsLibraryMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests library asset merging.
BubblingTest class core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php
BubblingTest::bubblingCacheOverwritePrerender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testOverWriteCacheKeys().
BubblingTest::bubblingNestedPreRenderCached function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
BubblingTest::bubblingNestedPreRenderUncached function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
BubblingTest::bubblingPlaceholder function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #lazy_builder callback for testBubblingWithPrerender().
BubblingTest::bubblingPreRender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
BubblingTest::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Lists the trusted callbacks provided by the implementing class.
BuilderTest class core/tests/Drupal/Tests/Composer/Generator/BuilderTest.php Test DrupalCoreRecommendedBuilder
BuilderTest.php file core/tests/Drupal/Tests/Composer/Generator/BuilderTest.php
BuilderTest::builderTestData function core/tests/Drupal/Tests/Composer/Generator/BuilderTest.php Test data for testBuilder
BuilderTest::testBuilder function core/tests/Drupal/Tests/Composer/Generator/BuilderTest.php Test all of the various kinds of builders.
BuildTestBase class core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Provides a workspace to test build processes.
BuildTestBase.php file core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BuildTestBase::$commandProcess property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php The most recent command process.
BuildTestBase::$destroyBuild property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Default to destroying build artifacts after a test finishes.
BuildTestBase::$hostName property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Our native host name, used by PHP when it starts up the server.
BuildTestBase::$hostPort property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Port that will be tested.
BuildTestBase::$mink property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php The Mink session manager.
BuildTestBase::$portLocks property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php A list of ports used by the test.
BuildTestBase::$serverDocroot property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php The docroot for the server process.
BuildTestBase::$serverProcess property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php The process that's running the HTTP server.
BuildTestBase::$workspaceDir property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php The working directory where this test will manipulate files.
BuildTestBase::assertCommandExitCode function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Asserts that the last command returned the specified exit code.
BuildTestBase::assertCommandOutputContains function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Assert that text is present in the output of the most recent command.
BuildTestBase::assertCommandSuccessful function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Asserts that the last command ran without error.
BuildTestBase::assertDrupalVisit function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Helper function to assert that the last visit was a Drupal site.
BuildTestBase::assertErrorOutputContains function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Assert that text is present in the error output of the most recent command.
BuildTestBase::checkPortIsAvailable function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Checks whether a port is available.
BuildTestBase::copyCodebase function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Copy the current working codebase into a workspace.
BuildTestBase::executeCommand function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Run a command.
BuildTestBase::findAvailablePort function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Discover an available port number.
BuildTestBase::getCodebaseFinder function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get a default Finder object for a Drupal codebase.
BuildTestBase::getDrupalRoot function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the root path of this Drupal codebase.
BuildTestBase::getMink function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the Mink instance.
BuildTestBase::getPortNumber function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the port number for requests.
BuildTestBase::getWorkingPath function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the working directory within the workspace, creating if necessary.
BuildTestBase::getWorkspaceDirectory function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Full path to the workspace where this test can build.
BuildTestBase::initMink function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Set up the Mink session manager.
BuildTestBase::instantiateServer function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Do the work of making a server process.
BuildTestBase::setUp function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BuildTestBase::setUpBeforeClass function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BuildTestBase::standUpServer function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Makes a local test server using PHP's internal HTTP server.

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