Changeset 55562 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r55465 r55562 532 532 * @ticket 41782 533 533 * 534 * @dataProvider mysql_datetime_input_provider534 * @dataProvider data_build_mysql_datetime 535 535 * 536 536 * @param array|string $datetime Array or string date input. … … 547 547 } 548 548 549 public function mysql_datetime_input_provider() {549 public function data_build_mysql_datetime() { 550 550 return array( 551 551 array( '2019-06-04T08:18:24+03:00', '2019-06-04 05:18:24' ), … … 565 565 * @ticket 41782 566 566 * 567 * @dataProvider mysql_datetime_input_provider_custom_timezone567 * @dataProvider data_build_mysql_datetime_with_custom_timezone 568 568 * 569 569 * @param array|string $datetime Array or string date input. … … 583 583 } 584 584 585 public function mysql_datetime_input_provider_custom_timezone() {585 public function data_build_mysql_datetime_with_custom_timezone() { 586 586 return array( 587 587 array( '2019-06-04T08:18:24+03:00', '2019-06-04 08:18:24' ),
Note: See TracChangeset
for help on using the changeset viewer.