Changeset 962 in tests
- Timestamp:
- 08/12/2012 08:39:26 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/factory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/factory.php
r954 r962 129 129 function __construct( $factory = null, $taxonomy = null ) { 130 130 parent::__construct( $factory ); 131 $this->taxonomy = $taxonomy ?: self::DEFAULT_TAXONOMY;131 $this->taxonomy = $taxonomy ? $taxonomy : self::DEFAULT_TAXONOMY; 132 132 $this->default_generation_definitions = array( 133 133 'name' => new WP_UnitTest_Generator_Sequence( 'Term %s' ),
Note: See TracChangeset
for help on using the changeset viewer.