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. Search 11.x 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
ShortcutEntityLinksTest class core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php Tests the entity_links filter with shortcut entities.
ShortcutEntityLinksTest.php file core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php
ShortcutEntityLinksTest::$filter property core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php The entity_links filter.
ShortcutEntityLinksTest::$modules property core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php
ShortcutEntityLinksTest::setUp function core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php
ShortcutEntityLinksTest::testShortcutEntity function core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php @legacy-covers ::getUrl
@legacy-covers \Drupal\shortcut\Entity\ShortcutLinkTarget
ShortcutJsonAnonTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php Tests Shortcut Json Anon.
ShortcutJsonAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php
ShortcutJsonAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php
ShortcutJsonAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php
ShortcutJsonAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php
ShortcutJsonBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php Tests Shortcut Json Basic Auth.
ShortcutJsonBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php Tests Shortcut Json Cookie.
ShortcutJsonCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
ShortcutJsonCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
ShortcutJsonCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
ShortcutJsonCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
ShortcutJsonCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
ShortcutLinksTest class core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Create, view, edit, delete, and change shortcut links.
ShortcutLinksTest.php file core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::$adminUser property core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::assertShortcutQuickLink function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Passes if a shortcut quick link with the specified label is found.
ShortcutLinksTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::testAccessShortcutsPermission function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that the 'access shortcuts' permissions works properly.
ShortcutLinksTest::testNoShortcutLink function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutBlockAccess function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests the 'access shortcuts' permission with the shortcut block.
ShortcutLinksTest::testShortcutLinkAdd function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangePath function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that changing the path of a shortcut link works.
ShortcutLinksTest::testShortcutLinkChangeRoute function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that changing the route of a shortcut link works.
ShortcutLinksTest::testShortcutLinkDelete function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests deleting a shortcut link.
ShortcutLinksTest::testShortcutLinkOrder function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests the shortcuts are correctly ordered by weight in the toolbar.
ShortcutLinksTest::testShortcutLinkRename function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that shortcut links can be renamed.
ShortcutLinksTest::testShortcutQuickLink function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutLinksTest::verifyAccessShortcutsPermissionForEditPages function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests the 'access shortcuts' permission for shortcut set administration.
ShortcutLocalTasksTest class core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Tests existence of shortcut local tasks.
ShortcutLocalTasksTest.php file core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
ShortcutLocalTasksTest::getShortcutPageRoutes function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Provides a list of routes to test.
ShortcutLocalTasksTest::setUp function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
ShortcutLocalTasksTest::testShortcutPageLocalTasks function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Checks shortcut listing local tasks.
ShortcutResourceTestBase class core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Resource test base for Shortcut entity.
ShortcutResourceTestBase.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
ShortcutResourceTestBase::$entity property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php The Shortcut entity.

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