- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentsPagesCount.php
r46586 r47122 39 39 */ 40 40 function test_empty() { 41 // setup post and comments41 // Setup post and comments. 42 42 $post_id = self::factory()->post->create( 43 43 array( … … 66 66 */ 67 67 function test_threaded_comments() { 68 // setup post and comments68 // Setup post and comments. 69 69 $post = self::factory()->post->create_and_get( 70 70 array( … … 87 87 function test_option_thread_comments() { 88 88 89 // setup post and comments89 // Setup post and comments. 90 90 $post = self::factory()->post->create_and_get( 91 91 array(
Note: See TracChangeset
for help on using the changeset viewer.