Skip to content

v2.3.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 22 Jul 16:17
· 177 commits to master since this release

Added

  • Actions\expectRemoved and Filters\expectRemoved (see #45)
  • Functions\stubTranslationFunctions()
  • Functions\stubEscapeFunctions()
  • Pre-defined stubs for is_wp_error() and absint
  • Default params handling for added and removed hooks
  • Tests for new features
  • Basic functional tests
  • Docs for new features

Changed

  • Re-structured tests folder and test suites
  • Deleted bootstrap file and rely on autoload-dev only
  • Improved base test class
  • Docs improvements in various files (ses #49)
  • Improved various doc blocks and removed all @throws occurrences

Fixed

  • Minor tests issues
  • End-of-line inconsistencies