#37356 closed defect (bug) (fixed)
Add checkComment tests to the comment group
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In [32519] tests for the check_comment()
function were added, but these tests do not run as part of the comment
group.
The source:trunk/tests/phpunit/tests/comment/checkComment.php file needs the following comment before the classname:
/**
* @group comment
*/
Introduced in #31108.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 38114: