Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Sep 2010 at 17:47 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
scor commentedComment #2
mr.baileysEven though most of the function descriptions in DrupalWebTestCase still use the old-style second person form, we should convert these to use the third-person form whenever we're making changes to a function's Doxygen block.
So in this case the first line should read: "Asserts that a select option in the current page is checked."
Comment #3
scor commentedtagging for novice queue, that's an easy fix.
Comment #4
amateescu commentedHere is a patch for that.
It fixes the description for assertOptionSelected() and other occurences of the second person form in this file.
Comment #5
scor commentedThis patch looks good and includes the initial fix for assertOptionSelected().
Comment #6
dries commentedCommitted to CVS HEAD. Thanks.