###Install
- clone project
cd
to project directorychmod +x ./phpunit/phpunit
./phpunit/phpunit
###Use phar
php build_phar.php
chmod +x ./myphpunit.phar
./myphpunit.phar
###Change result
- In test/CalulatorTest.php, change your test to show right result.