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
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.3
This package is auto-updated.
Last update: 2025-11-28 14:49:20 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"