jyokyoku / iwf2b
Library for WordPress development.
dev-master
2025-07-28 14:07 UTC
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.3
This package is auto-updated.
Last update: 2026-03-28 15:31: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"