git clone https://github.com/davidkevork/StrayPets.git
cd StrayPets
composer install
phpunit
within the folder should execute all unit tests for this project. If you're on OSX using entr (brew install entr
), you can run the following command for live testing as you develop:
find src/ tests/ | entr -c phpunit