v1.0.0
What's Changed
- PHP requirement badge should display 7.3+ by @unfulvio-godaddy in #179
- Add PhpStan by @unfulvio-godaddy in #180
- Run tests also in PHP 8.2 by @unfulvio-godaddy in #182
- Add PHPCS (+ fixer) and set coding style to PSR12 by @unfulvio-godaddy in #181
- Update GitHub templates by @unfulvio-godaddy in #184
- Remove unused .gitmodules file by @unfulvio-godaddy in #185
- Refactor Unit tests namespace by @nmolham-godaddy in #190
- Overhaul thrown exceptions by @unfulvio-godaddy in #191
- Remove WP_Mock TestCase method referencing method removed from PhpUnit by @nmolham-godaddy in #193
- IsEqualHtml should extend PhpUnit Constraint by @unfulvio-godaddy in #194
- Remove WP_Mock/Loader by @unfulvio-godaddy in #196
- Update Hook::safe_offset() to handle closures by @unfulvio-godaddy in #183
- Add TestCase tests and split TestCase mock methods into trait by @unfulvio-godaddy in #197
- Create docs folder for GitBook by @unfulvio-godaddy in #200
- Add gitbook.yaml by @unfulvio-godaddy in #201
- Rename gitbook.yaml to .gitbook.yaml by @unfulvio-godaddy in #202
- Added code coverage for
FuzzyObject
. by @rneudorf-godaddy in #203 - Move documentation to Gitbook by @unfulvio-godaddy in #206
- Fix doc links in README.md by @unfulvio-godaddy in #207
- Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 by @dependabot in #210
- Update DeprecatedMethodListener and add more test coverage by @unfulvio-godaddy in #208
- Add .gitattributes file to exclude dirs from archives by @unfulvio-godaddy in #211
- Fix doc example to install WP_Mock via composer by @unfulvio-godaddy in #214
- Update and add Functions test coverage by @unfulvio-godaddy in #209
- Update Mockery to 1.6 (require PHP 7.4) by @unfulvio-godaddy in #215
- Update License to BSD-3 Clause by @unfulvio-godaddy in #218
- add missing
Support Level
section by @jeffpaul in #217 - Add invokeInaccessibleMethod and getInaccessiblePropertyValue trait methods by @unfulvio-godaddy in #220
- Update README.md (minor edits for grammar and content) by @unfulvio-godaddy in #222
- Update dependencies and PhpStan return types by @unfulvio-godaddy in #216
- Remove deprecated methods from WP_Mock main class by @unfulvio-godaddy in #221
- Add test coverage to handler and return sequence classes by @unfulvio-godaddy in #219
- Add setInaccessiblePropertyValue helper method and update docs by @unfulvio-godaddy in #223
- Fixes a bug that causes a responder not to run the intercepted method while testing an hook that uses a closure + other minor fixes by @Talpx1 in #224
- Modify type of $args parameter by @wvega-godaddy in #227
- Update return type for mockPost() by @wvega-godaddy in #226
- Update Mockery to 1.6.4 by @unfulvio-godaddy in #228
- Restore CREDITS.md by @unfulvio-godaddy in #230
- Update CHANGELOG and composer version for v1.0.0 release by @unfulvio-godaddy in #231
New Contributors
- @nmolham-godaddy made their first contribution in #190
- @dependabot made their first contribution in #210
- @Talpx1 made their first contribution in #224
- @wvega-godaddy made their first contribution in #227
Full Changelog: 0.5.0...1.0.0