WP Manifestindependent plugin directory
manifest / developer / wordpress-tdd-plugin

WordPress TDD Plugin self-updates

A proof of concept on how to create a WordPress plugin that uses TDD

by Mario Yepes · github.com/marioy47/wordpress-tdd-plugin · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/marioy47/wordpress-tdd-plugin/archive/refs/heads/main.zip

Ships its own WordPress updater (Update URI header), so new versions show up under Dashboard → Updates.

Test Driven Development WordPress Plugin

This is just a proof of concept on how to use Test driven development while creating WordPress plugins.

There's a complete blog entry in https://marioyepes.com/wordpress-plugin-tdd-with-docker-phpunit/ on how to get construct this repo and how to use it.