Skip to content

Releases: slope-it/clock-mock

0.2.2

04 Apr 12:39
Compare
Choose a tag to compare

What's Changed

  • Fix to wrong time when a DateTime with a specific timezone is created while ClockMock is active by @lfmimo in #8

New Contributors

  • @lfmimo made their first contribution in #8

Full Changelog: 0.2.1...0.2.2

0.2.1

25 Mar 12:03
f0e8698
Compare
Choose a tag to compare

What's Changed

  • Add gmdate mock and refactor mocks with their own private methods by @asprega in #3
  • DateTime immutable doesn't use formatted timezone by @syffer in #4

New Contributors

  • @syffer made their first contribution in #4

Full Changelog: 0.2.0...0.2.1

Add more function mocks

24 May 20:40
Compare
Choose a tag to compare

Add a few more function mocks:

  • strtotime()
  • getdate()
  • gmdate()
  • localtime()
  • date_create()
  • date_create_immutable()

First release

23 May 21:25
Compare
Choose a tag to compare
0.1.0

Initial commit