Changeset 35225 for trunk/tests/phpunit/tests/comment/getCommentExcerpt.php
- Timestamp:
- 10/16/2015 09:04:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentExcerpt.php
r34520 r35225 15 15 16 16 public function test_get_comment_excerpt() { 17 $comment_id = $this->factory->comment->create( array(17 $comment_id = self::$factory->comment->create( array( 18 18 'comment_content' => self::$bacon_comment 19 19 ) ); … … 25 25 26 26 public function test_get_comment_excerpt_filtered() { 27 $comment_id = $this->factory->comment->create( array(27 $comment_id = self::$factory->comment->create( array( 28 28 'comment_content' => self::$bacon_comment 29 29 ) );
Note: See TracChangeset
for help on using the changeset viewer.