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. 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.

All search results

Title Object type File name Summary
NavigationMenuMarkupTest::setUp function core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php
NavigationMenuMarkupTest::testToolbarButtonAttributes function core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php Tests the generated HTML markup.
NavigationShortcutsBlockTest class core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php Tests for \Drupal\navigation\Plugin\Block\NavigationShortcutsBlock.
NavigationShortcutsBlockTest.php file core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php
NavigationShortcutsBlockTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php The theme to install as the default for testing.
NavigationShortcutsBlockTest::$modules property core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php Modules to install.
NavigationShortcutsBlockTest::testNavigationBlock function core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php Tests visibility and cacheability of shortcuts in the navigation bar.
NavigationTopBarTest class core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Tests the top bar functionality.
NavigationTopBarTest.php file core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php
NavigationTopBarTest::$adminUser property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php An admin user to configure the test environment.
NavigationTopBarTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php The theme to install as the default for testing.
NavigationTopBarTest::$modules property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Modules to install.
NavigationTopBarTest::$node property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Node used to check top bar options.
NavigationTopBarTest::setUp function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php
NavigationTopBarTest::testTopBarVisibility function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Tests the top bar visibility.
NavigationUserBlockTest class core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php Tests for \Drupal\navigation\Plugin\NavigationBlock\NavigationUserBlock.
NavigationUserBlockTest.php file core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php
NavigationUserBlockTest::$adminUser property core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php User with permission to administer navigation blocks and access navigation.
NavigationUserBlockTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php The theme to install as the default for testing.
NavigationUserBlockTest::$modules property core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php Modules to install.
NavigationUserBlockTest::$normalUser property core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php An authenticated user to test navigation block caching.
NavigationUserBlockTest::setUp function core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php
NavigationUserBlockTest::testNavigationUserBlock function core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php Test output of user navigation block with regards to caching and contents.
navigation_test.info.yml file core/modules/navigation/tests/navigation_test/navigation_test.info.yml core/modules/navigation/tests/navigation_test/navigation_test.info.yml
navigation_test.module file core/modules/navigation/tests/navigation_test/navigation_test.module
navigation_test_preprocess_block__navigation function core/modules/navigation/tests/navigation_test/navigation_test.module Implements hook_preprocess_HOOK().
NegotiationMiddlewareTest class core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php @coversDefaultClass \Drupal\Core\StackMiddleware\NegotiationMiddleware[[api-linebreak]]
@group NegotiationMiddleware
NegotiationMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$app property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$contentNegotiation property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::testAjaxIframeUpload function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method with AJAX iframe upload.
NegotiationMiddlewareTest::testFormatViaQueryParameter function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the specifying a format via query parameters gets used.
NegotiationMiddlewareTest::testHandle function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests that handle() correctly hands off to sub application.
NegotiationMiddlewareTest::testSetFormat function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php @covers ::registerFormat[[api-linebreak]]
NegotiationMiddlewareTest::testUnknownContentTypeButAjaxRequest function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method when no priority format is found but it's an AJAX request.
NegotiationMiddlewareTest::testUnknownContentTypeReturnsNull function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method when no priority format is found.
NestedArrayTest class core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php @coversDefaultClass \Drupal\Component\Utility\NestedArray[[api-linebreak]]
@group Utility
NestedArrayTest.php file core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedArrayTest::$form property core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Form array to check.
NestedArrayTest::$parents property core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Array of parents for the nested element.
NestedArrayTest::providerTestFilter function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedArrayTest::setUp function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedArrayTest::testFilter function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php @covers ::filter[[api-linebreak]]
@dataProvider providerTestFilter
NestedArrayTest::testGetValue function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests getting nested array values.
NestedArrayTest::testKeyExists function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests existence of array key.
NestedArrayTest::testMergeDeepArray function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests NestedArray::mergeDeepArray().
NestedArrayTest::testMergeExplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that even with explicit keys, values are appended, not merged.
NestedArrayTest::testMergeImplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that arrays with implicit keys are appended, not merged.
NestedArrayTest::testMergeOutOfSequenceKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that array keys values on the first array are ignored when merging.

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