- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-comment.php
r40968 r42343 16 16 parent::__construct( $factory ); 17 17 $this->default_generation_definitions = array( 18 'comment_author' => new WP_UnitTest_Generator_Sequence( 'Commenter %s' ),18 'comment_author' => new WP_UnitTest_Generator_Sequence( 'Commenter %s' ), 19 19 'comment_author_url' => new WP_UnitTest_Generator_Sequence( 'http://example.com/%s/' ), 20 'comment_approved' => 1,21 'comment_content' => 'This is a comment'20 'comment_approved' => 1, 21 'comment_content' => 'This is a comment', 22 22 ); 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.