codeforces.com php solutions with phpunit tests
git clone https://github.com/radioaktive/codeforces-php-solutions-phpunit.git
cd codeforces-php-solutions-phpunit
composer install
phpunit
Example run only one test:
phpunit tests/c935_A_Test.php
After adding new solution/test run:
composer dump-autoload
All my codeforces.com submissions: https://codeforces.com/submissions/radioaktive