You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTest_Generator_Sequence::next();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/factory/class-wp-unittest-generator-sequence.php
Lines:
1 to 5 of 5
public function next() { $generated = sprintf( $this->template_string, $this->next ); $this->next++; return $generated; }