Skip to content

v2.16.0

Compare
Choose a tag to compare
@nunomaduro nunomaduro released this 21 Aug 08:50
· 276 commits to 2.x since this release

Added

  • toBeDigits (#911)
  • toBeCamelCase, toBeKebabCase, toBeSnakeCase, toBeStudlyCase, toHaveSnakeCaseKeys, toHaveKebabCaseKeys, toHaveCamelCaseKeys, toHaveStudlyCaseKeys (#921)
  • native functions support on arch expectations, e.g: expect('sleep')->toBeUsed(); (#4)

Changed

  • phpunit.xml stub (#915)

Fixed

  • Nested sequences (#895)