Changeset 55562 for trunk/tests/phpunit/tests/functions/isNewDay.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/isNewDay.php
r49006 r55562 12 12 /** 13 13 * @ticket 46627 14 * @dataProvider _data_is_new_date14 * @dataProvider data_is_new_date 15 15 * 16 16 * @param string $currentday_string The day of the current post in the loop. … … 27 27 } 28 28 29 public function _data_is_new_date() {29 public function data_is_new_date() { 30 30 return array( 31 31 array( '21.05.19', '21.05.19', 0 ),
Note: See TracChangeset
for help on using the changeset viewer.