This repository demonstrate a simple setup with four automated tests run with Phing:
- PHPCS for code style
- PHPCPD for copy/paste detection
- PHPSpec for unit tests
- Behat for end-to-end / integration tests
- Download Composer
- Run
composer install
in project directory - Run
./bin/phing
in project directory