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
ViewsDataTest::testGetAllEqualsToGetNull function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that getting all data has same results as getting data with NULL
logic.
ViewsDataTest::testGetOnFirstCall function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests fetching all the views data without a static cache.
ViewsDataTest::testNonExistingTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests building the views data with a non existing table.
ViewsDataTest::testOptionsFieldViewsData function core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php Tests the option module's implementation of hook_field_views_data().
ViewsDataTest::testSingleTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the caching of the views data for a specific table.
ViewsDataTest::viewsData function core/modules/views/tests/src/Unit/ViewsDataTest.php Returns the views data definition.
ViewsDataTest::viewsDataWithProvider function core/modules/views/tests/src/Unit/ViewsDataTest.php Returns the views data definition with the provider key.
ViewsEntitySchemaSubscriberIntegrationTest class core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber
ViewsEntitySchemaSubscriberIntegrationTest.php file core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The entity definition update manager.
ViewsEntitySchemaSubscriberIntegrationTest::$entityTypeManager property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The entity type manager service.
ViewsEntitySchemaSubscriberIntegrationTest::$eventDispatcher property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The event dispatcher.
ViewsEntitySchemaSubscriberIntegrationTest::$eventSubscriber property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The tested event subscriber of views.
ViewsEntitySchemaSubscriberIntegrationTest::$modules property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Modules to enable.
ViewsEntitySchemaSubscriberIntegrationTest::$state property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The state service.
ViewsEntitySchemaSubscriberIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Views used by this test.
ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Checks that the passed-in view IDs were the only ones updated.
ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Gets a view and its display.
ViewsEntitySchemaSubscriberIntegrationTest::setUp function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming base tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that broken views are handled gracefully.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that adding data tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming data tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that views are disabled when an entity type is deleted.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming revision tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming revision tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that removing revision support disables the view.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that enabling revisions doesn't do anything.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests a bunch possible entity definition table updates.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests some possible entity table updates for a revision view.
ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests the case when a view could not be updated automatically.
ViewsEscapingTest class core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests output of Views.
ViewsEscapingTest.php file core/modules/views/tests/src/Functional/ViewsEscapingTest.php
ViewsEscapingTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsEscapingTest.php The theme to install as the default for testing.
ViewsEscapingTest::$modules property core/modules/views/tests/src/Functional/ViewsEscapingTest.php Used by WebTestBase::setup()
ViewsEscapingTest::$testViews property core/modules/views/tests/src/Functional/ViewsEscapingTest.php Views used by this test.
ViewsEscapingTest::setUp function core/modules/views/tests/src/Functional/ViewsEscapingTest.php
ViewsEscapingTest::testViewsFieldHeaderEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in a header label on a display table.
ViewsEscapingTest::testViewsViewFieldsEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsFormMultipleTest class core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Tests a page with multiple Views forms.
ViewsFormMultipleTest.php file core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
ViewsFormMultipleTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php The theme to install as the default for testing.
ViewsFormMultipleTest::$testViews property core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Views used by this test.
ViewsFormMultipleTest::setUp function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
ViewsFormMultipleTest::testViewsFormMultiple function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Tests the a page with multiple View forms in it.
ViewsFormMultipleTest::viewsData function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Returns the views data definition.
ViewsFormTest class core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php Tests Views forms functionality.
ViewsFormTest.php file core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
ViewsFormTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php The theme to install as the default for testing.
ViewsFormTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php Modules to enable.

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