Pest v1.20.0 Release Notes

Release Date: 2021-09-25 // over 2 years ago
  • โž• Added

    • โœ… throwsIf test call (#371)
    • --ci CLI option to ignore development options like ->local() (#405)
    • when conditional expectation (#406)
    • unless conditional expectation (b43a598)
    • match conditional expectation (#407)

    ๐Ÿ›  Fixed

    • sequence with more expectations than iterable elements (#399)

Previous changes from v1.19.0

  • โž• Added

    • ๐Ÿ‘ PHP 8.1 support (e6c7d68)
    • toHaveProperties expectation (#391)