- Wordpress 4.7.4
- Laravel 5.2
- Bower
- Gulp
Get started with the development environment by running two commands:
# Get Docker assets
$ composer docker_assets
# Spin up the the docker containers
$ ./dock.sh fup
After running ./dock.sh fup
you will be put into the code container bash prompt.
To run the test suite you can either run the test outside the containers:
# Run tests outside containers
docker-compose exec code codecept run
Or run them inside the code container by running
# Run tests inside containers
codecept run