Changeset 35242 for trunk/tests/phpunit/tests/comment/getCommentExcerpt.php
- Timestamp:
- 10/17/2015 06:02:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentExcerpt.php
r35225 r35242 15 15 16 16 public function test_get_comment_excerpt() { 17 $comment_id = self:: $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 = self:: $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.