Changeset 45573 for trunk/tests/phpunit/tests/formatting/HumanTimeDiff.php
- Timestamp:
- 06/28/2019 06:43:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/HumanTimeDiff.php
r41018 r45573 20 20 function data_test_human_time_diff() { 21 21 return array( 22 array( 23 '37 seconds', 24 new DateTime( '2016-01-01 12:00:37' ), 25 'Test a difference of 37 seconds.', 26 ), 22 27 array( 23 28 '5 mins',
Note: See TracChangeset
for help on using the changeset viewer.