Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@dmason30 dmason30 released this 09 Sep 16:42

0.6.0 - 2020-09-09

Added

  • Cleaned up dependencies to support Laravel 8 (#23)

Changed

  • Changed assertCount to use the new expect()->toHaveCount() pest expectation API.
  • Changed assertSame to use the new expect()->toBe() pest expectation API.