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
VersionNegotiatorTest::$node property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The node.
VersionNegotiatorTest::$node2 property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The other node.
VersionNegotiatorTest::$nodePreviousRevisionId property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The previous revision ID of $node.
VersionNegotiatorTest::$user property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The user.
VersionNegotiatorTest::$versionNegotiator property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The version negotiator service.
VersionNegotiatorTest::setUp function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
VersionNegotiatorTest::testCurrentVersion function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
VersionNegotiatorTest::testInvalidRevisionId function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionById::getRevision[[api-linebreak]]
VersionNegotiatorTest::testInvalidRevisionRel function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
VersionNegotiatorTest::testLatestVersion function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
VersionNegotiatorTest::testOldRevision function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionById::getRevision[[api-linebreak]]
VersionTest class core/modules/ckeditor5/tests/src/Unit/VersionTest.php @group ckeditor5
@internal
VersionTest class core/modules/system/tests/src/Functional/Module/VersionTest.php Tests module version dependencies.
VersionTest.php file core/modules/system/tests/src/Functional/Module/VersionTest.php
VersionTest.php file core/modules/ckeditor5/tests/src/Unit/VersionTest.php
VersionTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/VersionTest.php The theme to install as the default for testing.
VersionTest::testModuleVersions function core/modules/system/tests/src/Functional/Module/VersionTest.php Tests version dependencies.
VersionTest::testVersionAlignment function core/modules/ckeditor5/tests/src/Unit/VersionTest.php Ensure that CKEditor5 versions are aligned.
ViewAjaxControllerTest class core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php @coversDefaultClass \Drupal\views\Controller\ViewAjaxController[[api-linebreak]]
@group views
ViewAjaxControllerTest.php file core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxControllerTest::$currentPath property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked current path.
ViewAjaxControllerTest::$executableFactory property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked executable factory.
ViewAjaxControllerTest::$redirectDestination property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The redirect destination.
ViewAjaxControllerTest::$renderer property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The renderer.
ViewAjaxControllerTest::$viewAjaxController property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The tested views ajax controller.
ViewAjaxControllerTest::$viewStorage property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked view entity storage.
ViewAjaxControllerTest::assertViewResultCommand function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Ensures that the main view content command is added.
ViewAjaxControllerTest::getCommands function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Gets the commands entry from the response object.
ViewAjaxControllerTest::setUp function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxControllerTest::setupValidMocks function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Sets up a bunch of valid mocks like the view entity and executable.
ViewAjaxControllerTest::testAccessDeniedView function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a view without having access to it.
ViewAjaxControllerTest::testAjaxView function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view without arguments pagers etc.
ViewAjaxControllerTest::testAjaxViewViewPathNoSlash function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with a view_path with no slash.
ViewAjaxControllerTest::testAjaxViewWithArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithEmptyArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithoutAjax function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view without ajax enabled.
ViewAjaxControllerTest::testAjaxViewWithPager function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with a pager.
ViewAjaxControllerTest::testMissingView function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests non-existent view with view_name and view_display_id.
ViewAjaxControllerTest::testMissingViewName function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests missing view_name and view_display_id.
ViewAjaxControllerTest::USE_AJAX constant core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxControllerTest::USE_NO_AJAX constant core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
ViewAjaxTest class core/modules/views/tests/src/Functional/ViewAjaxTest.php Tests the ajax view functionality.
ViewAjaxTest.php file core/modules/views/tests/src/Functional/ViewAjaxTest.php
ViewAjaxTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewAjaxTest.php The theme to install as the default for testing.
ViewAjaxTest::$testViews property core/modules/views/tests/src/Functional/ViewAjaxTest.php Views used by this test.
ViewAjaxTest::setUp function core/modules/views/tests/src/Functional/ViewAjaxTest.php Sets up the test.
ViewAjaxTest::testAjaxView function core/modules/views/tests/src/Functional/ViewAjaxTest.php Tests an ajax view.
ViewAjaxTest::testNonAjaxViewViaAjax function core/modules/views/tests/src/Functional/ViewAjaxTest.php Ensures that non-ajax view cannot be accessed via an ajax HTTP request.
ViewEditTest class core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests some general functionality of editing views, like deleting a view.

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