Changeset 983 in tests
- Timestamp:
- 08/21/2012 10:20:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/comment.php
r981 r983 7 7 */ 8 8 class Test_Comment_Query extends WP_UnitTestCase { 9 var $post_id;10 9 var $comment_id; 11 10 … … 13 12 parent::setUp(); 14 13 15 $this->post_id = $this->factory->post->create();16 14 $this->comment_id = $this->factory->comment->create(); 17 15 }
Note: See TracChangeset
for help on using the changeset viewer.