Assumes following dir structure
  ./vendor                  # composer pulling in phpunit
  ./tests                   # directory containing tests namespace prefix \Test\...
  ./tests/run.sh            # This script
  ./tests/phpunit.xml.dist  # PHPUnit xml config
  ./tests/bootstrap.php     # bootstrap for php Tests
  ./composer.json           # composer file to pull in depandancies