jyokyoku/iwf2b

Library for WordPress development.

dev-master 2023-10-03 17:01 UTC

This package is auto-updated.

Last update: 2024-05-03 18:14:15 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"