Commit graph

23 commits

Author SHA1 Message Date
e6505a5fda Work around possible MySQL bug 2022-04-25 09:56:13 -04:00
f6799e2ab1 Tests for date ranges in contexts 2022-04-24 12:25:37 -04:00
ad32bf3340 Style fixes 2021-07-05 21:47:44 -04:00
2348786a92 Start on replacing Phake with Phony 2021-02-27 15:24:02 -05:00
e60f7ea03f Add class constant visibility 2020-03-01 18:32:01 -05:00
bc53a2d24a Style fixes 2020-03-01 15:16:50 -05:00
b5f118e8cb Cleanup 2020-01-20 13:52:48 -05:00
bbace7a0ac Use void and nullable return types where practical 2020-01-20 13:34:03 -05:00
de424e42f6 Merge branch 'master' into phpunit-8 2019-11-14 11:51:38 -05:00
c59cdfef76 Whitespace fixes 2019-10-25 15:16:35 -04:00
c706a76057 Simplify array flattening 2019-10-18 13:10:03 -04:00
17a2fa96f8 Upgrade to PHPUnit 8 2019-10-16 14:42:43 -04:00
29667464a1 Remove unnecessary namespace imports 2019-09-05 10:03:32 -04:00
500851f161 Style fixes 2019-01-23 16:34:54 -05:00
b0643de21c Add handling of DateInterval objects to ValueInfo 2019-01-17 16:29:42 -05:00
0513b606c2 Merge master 2018-12-07 19:21:44 -05:00
7340d65c0e Make data clearing in tests static 2018-11-23 10:01:17 -05:00
f64f0c6a22 Whitespace cleanup 2018-10-26 14:58:04 -04:00
89bfc23d32 Standardize date normalization to immutables
Also move date formats to the ValueInfo class

Standardizing on immutables avoids any possible ambiguity in the API of the resultant value, as well as any ambiguity as to whether a DateTime output instance is the same instance or a clone (they had been clones)
2018-01-02 16:27:58 -05:00
59fee52074 Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
dd7d6e44b9 Further fixes for test timezone assumptions 2017-12-16 19:37:30 -05:00
3f65625090 Ensure tests do not rely in UTC default timezone
Six tests failed if the default timezone was not UTC. These were all due to faulty expectations, however, not faulty output.
2017-12-16 18:30:45 -05:00
3adfe8742f Reorganize test cases 2017-12-07 15:46:49 -05:00
Renamed from tests/Misc/TestValueInfo.php (Browse further)