Active
Project:
Drupal core
Version:
main
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Feb 2015 at 10:01 UTC
Updated:
18 Aug 2026 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yesct commentedis #2404603: Add proper support for Url objects in FieldPluginBase::renderAsLink(), so we can remove EntityInterface::getSystemPath() an example of adding test coverage for FieldPluginBase ?
Comment #2
mikeker commentedPossibly related/child issue? #2346615: Views doesn't have multi-valued field unit tests
Comment #3
dawehnerSure, why not
Comment #4
mikeker commentedIt's useful to be able to tinker with the views that Views uses when running tests. This makes it easier to add new fields or data rows and see how they work without having to run and rerun tests.
If you just import the view definition (views.view.foo.yml) file, you'll get broken handlers because the data set isn't enabled. The attached patch fixes that. To use, just apply the patch and enable the
views_test_configmodule. Then you can import a view viaadmin/config/development/configuration/single/import.Comment #18
smustgrave commentedThank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #19
smustgrave commentedCan this META be closed out? All child issues appear closed.
Comment #21
smustgrave commentedGuess we probably need to audit the handlers before we close.