Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
19 Feb 2011 at 18:32 UTC
Updated:
31 May 2011 at 20:51 UTC
Jump to comment: Most recent file
D7 has a class registry. There's no need to stuff test helpers in .inc files and try to include them. Just name them .test files and be done with it. This makes it way harder for everyone else to run tests.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1066822-test-include-cleanup.patch | 18.54 KB | dave reid |
| #1 | 1066822-test-include-cleanup.patch | 43.32 KB | dave reid |
Comments
Comment #1
dave reidComment #2
dave reidComment #3
pillarsdotnet commentedOfftopic I know, but somebody oughtta extend the format of patch/diff to indicate a file rename as a single operation rather than a line-by-line removal from one name and addition to another.
Comment #4
dave reidThere you go. :)
Comment #5
dave reidCommitted to Git.
http://drupalcode.org/project/feeds.git/commit/98bacbd
Comment #6
dave reidCommitted to 6.x-1.x as well:
http://drupalcode.org/project/feeds.git/commit/976e8dd
Comment #7
twistor commentedThe last patch adds a few dpm calls to FeedsNodeProcessor.