Closed (outdated)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2013 at 16:22 UTC
Updated:
4 Apr 2019 at 15:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerDo we also return something ^^
This parameter seems to removed.
Unit Test all the things, but can we just have a ViewExecutable test?
Comment #2
damiankloip commentedNice, thank you!
I have changed the test to be called ViewExecutableUnitTest, as unfortunately we already have ViewExecutableTest, and simpletest module loads all namespaces, so we get a conflict!
Comment #3
damiankloip commentedSorry, forgot the interdiff....oh well! :) It's a smallish patch.
Comment #4
dawehnerWow, did we really managed to implement two patterns for the test files?
core/tests looks like this:
core/tests/Drupal/Tests/Core/FooTest
core/modules/{module} looks like this:
core/modules/{module}/Drupal/{module}/Tests/FooTest
I guess we should switch to the second one everywhere?
Comment #5
damiankloip commentedYeah, that's what I have been assuming. That we use the same dir structure in /tests/ as we do in /lib/. This is not an issue with this patch though?
Comment #6
dawehnerLet's get it in now.
Comment #7
alexpottCommitted fc9584d and pushed to 8.x. Thanks!
Comment #8
damiankloip commentedFixed? :)
Comment #10
xjmComment #11
chris matthews commentedFor more information as to why this issue was moved to the Drupal core project, please see issue #3030347: Plan to clean process issue queue
Comment #12
chris matthews commentedMoving back to the contributed Views issue queue and closing as outdated per https://www.drupal.org/project/views/issues/3030347#comment-13023447