- Timestamp:
- 02/22/2020 12:05:12 PM (6 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/ajax/ReplytoComment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
-
branches/3.7/tests/phpunit/tests/ajax/ReplytoComment.php
r25433 r47343 33 33 public function setUp() { 34 34 parent::setUp(); 35 $post_id = $this->factory->post->create(); 35 $_SERVER['SERVER_NAME'] = 'example.com'; 36 add_filter( 'comment_notification_recipients', '__return_empty_array' ); 37 $user_id = $this->factory->user->create(); 38 $post_id = $this->factory->post->create( array( 'post_author' => $user_id ) ); 36 39 $this->factory->comment->create_post_comments( $post_id, 5 ); 37 40 $this->_comment_post = get_post( $post_id );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)