aboutsummaryrefslogtreecommitdiffstats
path: root/tests/datetime
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 testsrxu2015-12-051-4/+0
| | | | | | | The fix was introduces with #3826, now the PHP core bug has been fixed: https://bugs.php.net/bug.php?id=70249 PHPBB3-14340
* [ticket/14094] Fix segmentation fault error on PHP 7 testsrxu2015-08-121-0/+4
| | | | PHPBB3-14094
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-2/+10
| | | | PHPBB3-13762
* [ticket/13216] Use gmdate() instead of date() in datetime testsMarc Alexander2014-10-251-14/+14
| | | | PHPBB3-13216
* [ticket/13105] Fix the code logic as described in the commentJoas Schilling2014-09-291-1/+1
| | | | PHPBB3-13105
* [ticket/13105] Add a test for relative datesJoas Schilling2014-09-251-2/+70
| | | | PHPBB3-13105
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-3/+0
| | | | PHPBB3-11698
* [feature/new-tz-handling] Fix unit testJoas Schilling2012-07-181-1/+1
| | | | PHPBB3-9558
* [feature/new-tz-handling] Add tests for get_timestamp_from_format()Joas Schilling2012-06-181-0/+57
PHPBB3-9558