Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Development Notes

Change version number

bash bin/version.sh <version>

Generate Zip

A bash script is included to generate a versioned zip in the build folder.

bash bin/build.sh

PHPUnit Tests

Install test dependencies

wp-env run cli --env-cwd=wp-content/plugins/importwp composer install

Run PHPUnit tests

wp-env run cli --env-cwd=wp-content/plugins/importwp ./vendor/bin/phpunit