- Timestamp:
- 05/25/2016 06:20:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory.php
r36854 r37563 44 44 45 45 /** 46 * @since 4.6.0 47 * @var WP_UnitTest_Factory_For_Bookmark 48 */ 49 public $bookmark; 50 51 /** 46 52 * @var WP_UnitTest_Factory_For_Blog 47 53 */ … … 61 67 $this->category = new WP_UnitTest_Factory_For_Term( $this, 'category' ); 62 68 $this->tag = new WP_UnitTest_Factory_For_Term( $this, 'post_tag' ); 69 $this->bookmark = new WP_UnitTest_Factory_For_Bookmark( $this ); 63 70 if ( is_multisite() ) { 64 71 $this->blog = new WP_UnitTest_Factory_For_Blog( $this );
Note: See TracChangeset
for help on using the changeset viewer.