Skip to content

v2.0.0 for Pest V2

Latest
Compare
Choose a tag to compare
@dansysanalyst dansysanalyst released this 20 Mar 13:24
5890ed8
  • 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()