Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 May 2013 at 00:07 UTC
Updated:
29 Jul 2014 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhedstromThis one is pretty simple.
Comment #2
ParisLiakos commenteddead simple indeed:)
edit: that was completely misguided, so i deleted to avoid confusion
Comment #3
jhedstromThere seems to be a lot of different ways already where unit tests are placed. For instance, the breakpoint module (which I followed as an example)
core/modules/breakpoint/tests/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.phpand an existing views test:
core/modules/views/tests/Drupal/Tests/views/UI/ViewsUITest.phpDon't we need
Testsin the namespace, and if so, then don't we need that directory one way or another?Comment #4
ParisLiakos commentedah, i am sorry you are right..thanks:)
Lets follow breakpoint example for now (although Core and Component does the reverse)
here is views ui test fixed:
#1998436: Wrong namespace for ViewsUITest
Comment #5
alexpottSweet!
Committed 3af1e98 and pushed to 8.x. Thanks!
Comment #7
jhedstrom