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. 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
BlockTest::testBlockUserRoleDelete function core/modules/block/tests/src/Functional/BlockTest.php Tests block_user_role_delete.
BlockTest::testBlockVisibility function core/modules/block/tests/src/Functional/BlockTest.php Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty function core/modules/block/tests/src/Functional/BlockTest.php Tests block visibility when leaving "pages" textarea empty.
BlockTest::testBuildNoOverride function core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php Tests the build method with no overriding.
BlockTest::testBuildOverride function core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php Tests the build method with overriding items per page.
BlockTest::testHideBlockTitle function core/modules/block/tests/src/Functional/BlockTest.php Tests block title display settings.
BlockTest::testThemeAdminLink function core/modules/block/tests/src/Functional/BlockTest.php Tests that a link exists to block layout from the appearance form.
BlockTest::testThemeName function core/modules/block/tests/src/Functional/BlockTest.php Tests block display of theme titles.
BlockTest::testUninstallTheme function core/modules/block/tests/src/Functional/BlockTest.php Tests that uninstalling a theme removes its block configuration.
BlockTestBase class core/modules/block/tests/src/Functional/BlockTestBase.php Provides setup and helper methods for block module tests.
BlockTestBase.php file core/modules/block/tests/src/Functional/BlockTestBase.php
BlockTestBase::$adminUser property core/modules/block/tests/src/Functional/BlockTestBase.php A test user with administrative privileges.
BlockTestBase::$modules property core/modules/block/tests/src/Functional/BlockTestBase.php Modules to install.
BlockTestBase::$regions property core/modules/block/tests/src/Functional/BlockTestBase.php A list of theme regions to test.
BlockTestBase::setUp function core/modules/block/tests/src/Functional/BlockTestBase.php
BlockTestHooks class core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Hook implementations for block_test.
BlockTestHooks.php file core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php
BlockTestHooks::blockAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_alter().
BlockTestHooks::blockBuildTestCacheAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_build_BASE_BLOCK_ID_alter().
BlockTestHooks::blockViewPageTitleBlockAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter().
BlockTestHooks::blockViewTestCacheAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter().
BlockTranslationTest class core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php Tests i18n block source plugin.
BlockTranslationTest class core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php Tests i18n block source plugin.
BlockTranslationTest.php file core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php
BlockTranslationTest.php file core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php
BlockTranslationTest::$modules property core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php Modules to install.
BlockTranslationTest::$modules property core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php Modules to install.
BlockTranslationTest::providerSource function core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php Provides source data for ::testSource.
BlockTranslationTest::providerSource function core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php Provides source data for ::testSource.
BlockUiTest class core/modules/block/tests/src/Functional/BlockUiTest.php Tests that the block configuration UI exists and stores data correctly.
BlockUiTest.php file core/modules/block/tests/src/Functional/BlockUiTest.php
BlockUiTest::$adminUser property core/modules/block/tests/src/Functional/BlockUiTest.php An administrative user to configure the test environment.
BlockUiTest::$blocks property core/modules/block/tests/src/Functional/BlockUiTest.php The block entities used by this test.
BlockUiTest::$blockValues property core/modules/block/tests/src/Functional/BlockUiTest.php The submitted block values used by this test.
BlockUiTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockUiTest.php The theme to install as the default for testing.
BlockUiTest::$modules property core/modules/block/tests/src/Functional/BlockUiTest.php Modules to install.
BlockUiTest::setUp function core/modules/block/tests/src/Functional/BlockUiTest.php
BlockUiTest::testBlockAdminUiPage function core/modules/block/tests/src/Functional/BlockUiTest.php Tests block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage function core/modules/block/tests/src/Functional/BlockUiTest.php Tests block demo page exists and functions correctly.
BlockUiTest::testBlockPlacementIndicator function core/modules/block/tests/src/Functional/BlockUiTest.php Tests the block placement indicator.
BlockUiTest::testBlockValidateErrors function core/modules/block/tests/src/Functional/BlockUiTest.php Tests if validation errors are passed plugin form to the parent form.
BlockUiTest::testBrokenBlockVisibility function core/modules/block/tests/src/Functional/BlockUiTest.php Tests that users without permission are not able to view broken blocks.
BlockUiTest::testCandidateBlockList function core/modules/block/tests/src/Functional/BlockUiTest.php Tests the block categories on the listing page.
BlockUiTest::testContextAwareBlocks function core/modules/block/tests/src/Functional/BlockUiTest.php Tests the behavior of context-aware blocks.
BlockUiTest::testContextAwareUnsatisfiedBlocks function core/modules/block/tests/src/Functional/BlockUiTest.php Tests the behavior of unsatisfied context-aware blocks.
BlockUiTest::testMachineNameSuggestion function core/modules/block/tests/src/Functional/BlockUiTest.php Tests that the BlockForm populates machine name correctly.
BlockUiTest::testRouteProtection function core/modules/block/tests/src/Functional/BlockUiTest.php Tests that the enable/disable routes are protected from CSRF.
BlockValidationTest class core/modules/block/tests/src/Kernel/BlockValidationTest.php Tests validation of block entities.
BlockValidationTest.php file core/modules/block/tests/src/Kernel/BlockValidationTest.php
BlockValidationTest::$modules property core/modules/block/tests/src/Kernel/BlockValidationTest.php Modules to install.

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