- Timestamp:
- 04/22/2016 02:35:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-generator-sequence.php
r36347 r37299 21 21 return $generated; 22 22 } 23 24 /** 25 * Get the incrementor. 26 * 27 * @since 4.6.0 28 * 29 * @return int 30 */ 31 public function get_incr() { 32 return self::$incr; 33 } 34 35 /** 36 * Get the template string. 37 * 38 * @since 4.6.0 39 * 40 * @return string 41 */ 42 public function get_template_string() { 43 return $this->template_string; 44 } 23 45 }
Note: See TracChangeset
for help on using the changeset viewer.