v0.3.0
Pre-release
Pre-release
This release brings us up to date both with PHPUnit and with PHP itself. The minimum version of PHP now supported by the project is 7.0.
What's Changed
- First set of behavioral tests by @johnpbloch in #66
- Add a travis file by @johnpbloch in #67
- Add tests for helper functions by @johnpbloch in #70
- Feature/add assertions for expect not added by @dsawardekar in #48
- Feature/add assertions for expect not added by @johnpbloch in #71
- Move action/filter not added tests into behat by @johnpbloch in #73
- Move expectation return test into unit tests by @johnpbloch in #74
- Added an example of using Mockery to mock WordPress objects by @petenelson in #61
- Add a strict mode by @johnpbloch in #75
- Add predefined commonly used functions by @johnpbloch in #76
- Fix Guidelines link in README by @mathieuhays in #79
- Deprecate wpFunction and wpPassthruFunction by @johnpbloch in #78
- Add common functions to the list of WP_Mock mocked functions by @johnpbloch in #85
- Add a 'conflict' block to composer.json by @johnpbloch in #86
- Patchwork 2.0.3 by @krodyrobi in #92
- Bump PHP Requirements to 5.6 by @ericmann in #100
- Update installation instructions to pull correct branch via composer by @Khristophor in #94
- Add GPLv2 License Text by @ericmann in #99
- [PHPDoc]
$callback
should be defined as acallable
type by @andreasciamanna in #102 - Added PHPDoc by @andreasciamanna in #104
- Fix typehint for expectFilterAdded method by @psafarov in #108
- Add an expectFilter method by @johnpbloch in #110
- Added support for phpunit 6.0+ by @sudar in #112
New Contributors
- @dsawardekar made their first contribution in #48
- @petenelson made their first contribution in #61
- @mathieuhays made their first contribution in #79
- @krodyrobi made their first contribution in #92
- @Khristophor made their first contribution in #94
- @andreasciamanna made their first contribution in #102
- @psafarov made their first contribution in #108
Full Changelog: 0.1.1...0.3.0