Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.17 KB

KTC Testing Series

This repository is a companion of the Know the Code Testing Series for labs:

To install, do the following:

  1. 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.
  2. Spin up a new local site on your machine. I've called my testinglab.local.
  3. Open your favorite command line tool.
  4. Navigate to the themes directory in your local site, i.e. the one you created above.
  5. Type: git clone https://github.com/KnowTheCode/ktc-testing-series.git.
  6. Type: cd ktc-testing-series.
  7. Type: composer install.

Bam, you're ready to dive deep into PHP unit and integration testing.