Changeset 1128 in tests for trunk/includes/factory.php
- Timestamp:
- 11/13/2012 05:58:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/factory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/factory.php
r1044 r1128 8 8 $this->term = new WP_UnitTest_Factory_For_Term( $this ); 9 9 $this->category = new WP_UnitTest_Factory_For_Term( $this, 'category' ); 10 $this->tag = new WP_UnitTest_Factory_For_Term( $this, 'post_tag' ); 10 11 if ( is_multisite() ) 11 12 $this->blog = new WP_UnitTest_Factory_For_Blog( $this );
Note: See TracChangeset
for help on using the changeset viewer.