Skip to content

Instantly share code, notes, and snippets.

View rgadon107's full-sized avatar

Robert Gadon rgadon107

  • St. Louis, MO USA
View GitHub Profile
@rgadon107
rgadon107 / setup-phpunit.sh
Created March 30, 2020 06:19 — forked from keesiemeijer/setup-phpunit.sh
Setup PHPUnit for use in the Local by Flywheel app
#!/usr/bin/env bash
# ===============================================================================
# Script to install PHPUnit in the Local by Flywheel Mac app
# These packages are installed
#
# PHPUnit, curl wget, rsync, git, subversion and composer.
#
# WordPress is installed in the `/tmp/wordpress` directory for use by PHPUnit.
# The WordPress test suite is installed in the `/tmp/wordpress-tests-lib` directory.