Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
filter.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2008 at 02:18 UTC
Updated:
29 Jul 2014 at 17:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
neurovation.kiwi commentedhi folks,
we just are onto it - expect a patch in the next days ;)
Comment #2
neurovation.kiwi commentedhi folks,
so here i got some test that does what is described above.
and i found a bug as well - "Correct broken HTML" does not have a help tip.
will file a bug report as well.
Comment #3
neurovation.kiwi commentedwell, ok - just found out i was a little bit too rigid.
so here is now a complete patch for the test class, which ignores missing help texts.
cu
Comment #4
catchTest runs fine and passes but there's a few code style issues - tabs instead of spaces, munging together of variable names (should be $foo_bar), and code comments should read as full sentences.
Comment #5
lilou commentedFew code style corrections.
Comment #6
lilou commentedComment #8
lilou commentedRe-roll.
Fail :
Comment #9
lilou commentedComment #10
lilou commentedComment #12
lilou commentedHEAD is broken : http://testing.drupal.org/node/35
Comment #14
catchMoving this out of the critical bugs queue - see #607038: Meta issue: fix gaps in code coverage.
Comment #15
sunComment #16
wim leersFilter module's test coverage has been expanded quite a bit since 2010, but does not yet include this. However, filter tips have become less important now that Drupal 8 has a WYSIWYG editor, which has allowed us to *hide* the filter tips whenever a text editor is enabled.
So not only was this already pretty trivial code, it now also is less visible, less important.
As soon as a regression occurs in this area, we'll probably want to add test coverage, but for now, we probably don't want to bother with it. Closing.