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
SectionStorageManagerTest::$discovery property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin discovery.
SectionStorageManagerTest::$factory property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin factory.
SectionStorageManagerTest::$manager property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The section storage manager.
SectionStorageManagerTest::$plugin property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin.
SectionStorageManagerTest::providerTestFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Provides test data for ::testFindByContext().
SectionStorageManagerTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php
SectionStorageManagerTest::testFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext[[api-linebreak]]
SectionStorageManagerTest::testFindByContextCacheableSectionStorage function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext[[api-linebreak]]
SectionStorageManagerTest::testFindDefinitions function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findDefinitions[[api-linebreak]]
SectionStorageManagerTest::testLoad function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load[[api-linebreak]]
SectionStorageManagerTest::testLoadEmpty function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadEmpty[[api-linebreak]]
SectionStorageManagerTest::testLoadNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load[[api-linebreak]]
SectionTest class core/modules/layout_builder/tests/src/Unit/SectionTest.php @coversDefaultClass \Drupal\layout_builder\Section[[api-linebreak]]
@group layout_builder
SectionTest.php file core/modules/layout_builder/tests/src/Unit/SectionTest.php
SectionTest::$section property core/modules/layout_builder/tests/src/Unit/SectionTest.php The section object to test.
SectionTest::assertComponents function core/modules/layout_builder/tests/src/Unit/SectionTest.php Asserts that the section has the expected components.
SectionTest::providerTestGetLayout function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testGetLayout().
SectionTest::providerTestGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testGetThirdPartySetting().
SectionTest::providerTestGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testGetThirdPartySettings().
SectionTest::providerTestSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testSetThirdPartySettings().
SectionTest::providerTestUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testUnsetThirdPartySetting().
SectionTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionTest.php
SectionTest::testAppendComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::appendComponent[[api-linebreak]]
@covers ::getNextHighestWeight[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testGetComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getComponent[[api-linebreak]]
SectionTest::testGetComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getComponent[[api-linebreak]]
SectionTest::testGetComponents function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::__construct[[api-linebreak]]
@covers ::setComponent[[api-linebreak]]
@covers ::getComponents[[api-linebreak]]
SectionTest::testGetLayout function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getLayout[[api-linebreak]]
@dataProvider providerTestGetLayout
SectionTest::testGetThirdPartyProviders function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartyProviders[[api-linebreak]]
SectionTest::testGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySetting[[api-linebreak]]
@dataProvider providerTestGetThirdPartySetting
SectionTest::testGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySettings[[api-linebreak]]
@dataProvider providerTestGetThirdPartySettings
SectionTest::testInsertAfterComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertAfterComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testInsertComponentAppend function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
SectionTest::testInsertComponentInvalidDelta function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
SectionTest::testRemoveComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::removeComponent[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::setThirdPartySetting[[api-linebreak]]
@dataProvider providerTestSetThirdPartySetting
SectionTest::testUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::unsetThirdPartySetting[[api-linebreak]]
@dataProvider providerTestUnsetThirdPartySetting
SecuredRedirectResponseTest class core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Test secure redirect base class.
SecuredRedirectResponseTest.php file core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php
SecuredRedirectResponseTest::testRedirectCopy function core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Tests copying of redirect response.
SecurityAdvisoriesFetcher::deleteStoredResponse function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Deletes the stored JSON feed response, if any.
SecurityAdvisoriesFetcherTest class core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php @coversDefaultClass \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher[[api-linebreak]]
SecurityAdvisoriesFetcherTest.php file core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SecurityAdvisoriesFetcherTest::$errorMessages property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php The error messages.
SecurityAdvisoriesFetcherTest::$history property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php History of requests/responses.
SecurityAdvisoriesFetcherTest::$logErrorMessages property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php The log error log messages.
SecurityAdvisoriesFetcherTest::$modules property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Modules to install.
SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Asserts the expected error messages were logged.

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