Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.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
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 with view_name and view_display_id but not existing view.
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
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.
ViewCoreUpdateTest class core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Tests the upgrade path for removing the core key from views configuration.
ViewCoreUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php
ViewCoreUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Set database dump files to be used.
ViewCoreUpdateTest::testPostUpdate function core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Tests that the core key is removed from views configuration.
ViewEditTest class core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests some general functionality of editing views, like deleting a view.
ViewEditTest.php file core/modules/views_ui/tests/src/Functional/ViewEditTest.php
ViewEditTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ViewEditTest.php The theme to install as the default for testing.
ViewEditTest::$testViews property core/modules/views_ui/tests/src/Functional/ViewEditTest.php Views used by this test.
ViewEditTest::testDeleteLink function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests the delete link on a views UI.
ViewEditTest::testEditFormLanguageOptions function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests the language options on the views edit form.
ViewEditTest::testOtherOptions function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests the machine name and administrative comment forms.
ViewEditTest::testRelationRepresentativeNode function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests Representative Node for a Taxonomy Term.
ViewElementTest class core/modules/views/tests/src/Functional/ViewElementTest.php Tests the view render element.
ViewElementTest class core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the view render element.
ViewElementTest.php file core/modules/views/tests/src/Kernel/ViewElementTest.php
ViewElementTest.php file core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewElementTest.php The theme to install as the default for testing.
ViewElementTest::$testViews property core/modules/views/tests/src/Functional/ViewElementTest.php Views used by this test.
ViewElementTest::$testViews property core/modules/views/tests/src/Kernel/ViewElementTest.php Views used by this test.
ViewElementTest::setUp function core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::testViewElement function core/modules/views/tests/src/Functional/ViewElementTest.php Tests the rendered output and form output of a view element.
ViewElementTest::testViewElement function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the rendered output and form output of a view element, using the
embed display plugin.
ViewElementTest::testViewElementEmbed function core/modules/views/tests/src/Functional/ViewElementTest.php Tests the rendered output and form output of a view element, using the
embed display plugin.
ViewEntityDependenciesTest class core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the calculation of dependencies for views.
ViewEntityDependenciesTest.php file core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewEntityDependenciesTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Modules to enable.
ViewEntityDependenciesTest::$testViews property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Views used by this test.
ViewEntityDependenciesTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewEntityDependenciesTest::testGetDependencies function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the getDependencies method.
ViewExecutableFactoryTest class core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php @coversDefaultClass \Drupal\views\ViewExecutableFactory[[api-linebreak]]
@group views
ViewExecutableFactoryTest.php file core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php
ViewExecutableFactoryTest::$requestStack property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock request stack object.
ViewExecutableFactoryTest::$routeProvider property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mocked route provider.
ViewExecutableFactoryTest::$user property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock user object.

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