Changeset 57987 for trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
- Timestamp:
- 04/12/2024 05:45:23 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
r52389 r57987 271 271 * @param string $post_key Post identifier from the self::$posts array. 272 272 * @param string $username Username leaving comment. 273 * @param bool $expected Expected result. True: successful lcomment. False: Refused comment.273 * @param bool $expected Expected result. True: successful comment. False: Refused comment. 274 274 * @param string $anon_callback Optional. Allow anonymous comment callback. Default __return_false. 275 275 */ … … 305 305 * @type string Post identifier from the self::$posts array. 306 306 * @type string Username leaving comment. 307 * @type bool Expected result. True: successful lcomment. False: Refused comment.307 * @type bool Expected result. True: successful comment. False: Refused comment. 308 308 * @type string Optional. Allow anonymous comment callback. Default __return_false. 309 309 * }
Note: See TracChangeset
for help on using the changeset viewer.