summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers/date_helper_test.php
AgeCommit message (Expand)AuthorFilesLines
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
2016-11-23Fix #4917Andrey Andreev1-0/+8
2016-08-10Use getMockBuilder() in PHPUnit instead of the deprecated getMock()Andrey Andreev1-2/+2
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-2/+0
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+0
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-0/+2
2012-10-05Add unit testAndrey Andreev1-0/+23
2012-07-04Optimize standard_date()Andrey Andreev1-10/+10
2012-07-02Fix standard_date() testsAndrey Andreev1-4/+4
2012-06-20Fix issue #1510Andrey Andreev1-4/+2
2012-06-16Fix local_to_gmt()Andrey Andreev1-3/+3
2012-06-14Some optimizations to the date helper testsAndrey Andreev1-4/+4
2012-06-14test_now_gmt() -> test_now_utc()Andrey Andreev1-5/+4
2012-06-14Alter now() testsAndrey Andreev1-0/+12
2012-06-09Cleanup and optimize helper tests for speedAndrey Andreev1-63/+64
2012-06-09Modified date helper tests for better accuracyAndrey Andreev1-7/+4
2012-03-28Remove include or require declaration from all helpers testTaufan Aditya1-3/+7
2012-03-10Fix incomplete and skipped testTaufan Aditya1-7/+49
2011-08-21Fixing errors in date helper tests.Greg Aker1-4/+6
2011-07-13Fixed some small issues in the date tests.Eric Barnes1-2/+2
2011-05-04Added unit tests for date helper.Eric Barnes1-0/+240