Changeset 47122 for trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
r46586 r47122 85 85 ); 86 86 87 // First time it's a valid comment 87 // First time it's a valid comment. 88 88 $result = $this->myxmlrpcserver->wp_newComment( $comment_args ); 89 89 $this->assertNotIXRError( $result ); 90 90 91 // Run second time for duplication error 91 // Run second time for duplication error. 92 92 $result = $this->myxmlrpcserver->wp_newComment( $comment_args ); 93 93
Note: See TracChangeset
for help on using the changeset viewer.