Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.21 KB

Fizz Buzz

Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight Dependency Status HHVM Status

This is the repository hosting my Coding Kata training of the Fizz Buzz game.

Project setup

Run vagrant up, then vagrant ssh -c 'cd /vagrant && bin/phpunit --testdox' to see the tests results.