Changeset 32388 for branches/4.0/tests/phpunit/tests/comment.php
- Timestamp:
- 05/06/2015 07:08:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/tests/phpunit/tests/comment.php
r32313 r32388 24 24 } 25 25 26 $post_id = $this->factory->post->create(); 26 $u = $this->factory->user->create(); 27 $post_id = $this->factory->post->create( array( 'post_author' => $u ) ); 27 28 28 29 $data = array(
Note: See TracChangeset
for help on using the changeset viewer.