-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yukihiko Shinoda edited this page Apr 24, 2020
·
2 revisions
Welcome to the docker-compose-phpunit-wordpress-plugin wiki!
git clone https://github.com/yukihiko-shinoda/docker-compose-phpunit-wordpress-plugin.gitCopy .env.dist to .env.
copy .env.dist .envEdit .env to set PATH_TO_INDIVIDUAL_PLUGIN_DIRECTORY.
Ex:
PATH_TO_INDIVIDUAL_PLUGIN_DIRECTORY=../plugins/staticpress2019
# DOCKER_IMAGE_PHPUNIT=futureys/phpunit-wordpress-plugin:4.3.22-php7.1.33-apache-buster
# MYSQL_VERSION=5.6And then, you can execute PHPUnit and PHP_CodeSniffer.
phpunitphpcscf. Developing inside a Container using Visual Studio Code Remote Development