This repository is a companion of the Know the Code Testing Series for labs:
To install, do the following:
- Make sure you've already set up your Mac or Windows machine with a Local Host (such as Local by Flywheel, VVV, or others), Git, SSH, and Composer.
- Spin up a new local site on your machine. I've called my testinglab.local.
- Open your favorite command line tool.
- Navigate to the
themes
directory in your local site, i.e. the one you created above. - Type:
git clone https://github.com/KnowTheCode/ktc-testing-series.git
. - Type:
cd ktc-testing-series
. - Type:
composer install
.
Bam, you're ready to dive deep into PHP unit and integration testing.