wordbless

WorDBless allows you to use WordPress core functions in your PHPUnit tests without having to set up a database and the whole WordPress environment

OTHER License

Downloads
5.4M
Stars
131
Committers
9

Bot releases are visible (Hide)

wordbless - 0.4.2 Latest Release

Published by szepeviktor over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordbless/compare/0.4.1...0.4.2

wordbless - 0.4.1

Published by anomiex almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordbless/compare/0.4.0...0.4.1

wordbless - 0.4.0 — New Installer!

Published by kraftbj about 2 years ago

The package that WorDBless pulls WordPress updated their process to no longer ship the wp-content directory, which means no longer will all the default themes from Twenty Ten onward will be downloaded!

The downside is this breaks the historical way WorDBless is installed.

When updating to 0.4.0, you will need to update your package's composer.json to use the new command:

"scripts": {
        "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
	"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
    },

Thanks to @oskosk, @lhkowalski, and @dkmyta for the original report.

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordbless/compare/0.3.1...0.4.0

wordbless -

Published by leogermani over 3 years ago

Fixes update_option for default options and fix wp_untrash_post tests for WordPress 5.6

wordbless - 0.2.0

Published by leogermani almost 4 years ago

Adds support for Users.

You can now add, edit, and remove users, as well as play with their roles and capabilities.

Bugfixes

  • Fix the return value of get_{*}_meta when meta_key is not found.
wordbless - 0.1.0

Published by leogermani about 4 years ago

First release!

Support for:

  • Options
  • Posts
  • Post metadata
  • Attachments
Package Rankings
Top 2.13% on Packagist.org
Badges
Extracted from project README
CI