jyokyoku/iwf2b

Library for WordPress development.

Installs: 280

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 19

pkg:composer/jyokyoku/iwf2b

dev-master 2025-07-28 14:07 UTC

README

Install

$ composer require jyokyoku/iwf2b

Install Test Environment

docker compose exec {container} bash -c "/var/www/html/wp-content/plugins/iwf2b/bin/install-wp-tests.sh {db} {db_user} {db_pass} {db_host} 5.3.2"

PHP Unit Test

docker compose exec {container} bash -c "cd /var/www/html/wp-content/plugins/iwf2b; phpunit"