An example repo to get started with phpUnit on a CI server
- php v7.1+, see requirements
- phpUnit v7.3
- php Xdebug extension v2.6+
- composer v1.7+
cd path/to/this-project
composer install
composer test
- https://docs.travis-ci.com/
- http://code.tutsplus.com/tutorials/travis-ci-what-why-how--net-34771
- http://www.sitepoint.com/php-continuous-integration-travis-ci/
- http://www.sitepoint.com/tutorial-introduction-to-unit-testing-in-php-with-phpunit/
- http://codeutopia.net/blog/2011/06/30/how-to-automatically-run-unit-tests-from-a-git-push/
MIT License