Skip to content

Releases: dansysanalyst/pest-snippets

v2.0.0 for Pest V2

20 Mar 13:24
5890ed8
Compare
Choose a tag to compare
  • Ready for Pest V2
  • Added :petodo and :pitodo to generate a test with ->todo()
  • Added :penoex and :pitnoex to generate a test with ->throwsNoExceptions()
  • Added :pextobearray for ->toBeArray()
  • Added :pextocontainonlyins for ->toContainOnlyInstancesOf()
  • Added :pextohavemethod for ->toHaveMethod()
  • Added :pextohavemethods for ->toHaveMethods()
  • Added :pextobefile for ->toBeFile()
  • Added :pextobereadablefile for ->toBeReadableFile()
  • Added :pextobewritablefile for ->toBeWritableFile()
  • Added :pexdef for ->defer()->
  • Improved throwsIf snippet
  • Removed :pextap due to deprecation of ->tap()
  • Removed :pteo and :pito due to deprecation of ->only()

Version 1.0.7

23 Feb 03:10
449b50b
Compare
Choose a tag to compare
  • DOC: README improvements
  • Modified logo
  • Updated screenshot
  • Added LICENSE
  • Added :pextothrow for ->toThrow()
  • Added compile.sh script

Version 1.0.0

18 Jun 15:48
Compare
Choose a tag to compare

Release 1.0

Up-to-date with Pest 1.6.0

Removed indentation and key focusing