- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-generator-sequence.php
r46586 r49184 2 2 3 3 class WP_UnitTest_Generator_Sequence { 4 static $incr = -1;4 public static $incr = -1; 5 5 public $next; 6 6 public $template_string;
Note: See TracChangeset
for help on using the changeset viewer.