[Core] Drop DateTime class

Review Request #893 — Created Dec. 27, 2022 and submitted — Latest diff uploaded

pprkut
Lunr
56be659...
lunr
Everything has been ported away from this to the more
standard classes in PHP core.

Unit tests

src/Lunr/Core/DateTime.php
src/Lunr/Core/Tests/DateTimeBaseTest.php
src/Lunr/Core/Tests/DateTimeGetDateTimeTest.php
src/Lunr/Core/Tests/DateTimeGetDelayedDatetimeTest.php
src/Lunr/Core/Tests/DateTimeGetDelayedTimestampTest.php
src/Lunr/Core/Tests/DateTimeTest.php
src/Lunr/Core/Tests/DateTimeTodayTest.php
src/Lunr/Core/Tests/DateTimeTomorrowTest.php
src/Lunr/Core/Tests/DateTimeVerifyTest.php
src/Lunr/Core/Tests/DateTimeYesterdayTest.php
tests/phpunit.xml
Loading...