- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-generator-sequence.php
r37299 r42343 17 17 18 18 function next() { 19 $generated = sprintf( $this->template_string 19 $generated = sprintf( $this->template_string, $this->next ); 20 20 $this->next++; 21 21 return $generated;
Note: See TracChangeset
for help on using the changeset viewer.