WordPress integration with Presslabs Stack
Code goes in wordpress/wp-oem
and tests go in tests
folder.
$ git clone git@github.com:presslabs/stack-wordpress.git
$ composer install
$ wp server
$ make lint
$ make test
In order to bump the WordPress version you should use get-wp
script. The
script fetches the code from https://wordpress.org.
$ ./hack/get-wp VERSION
In order to bump the WordPress test suite you should use the get-wp-dev
script. The script fetches the code from https://github.com/WordPress/wordpress-develop.
$ ./hack/get-wp-dev VERSION