Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 422 Bytes

FizzBuzz kata skeleton in PHP

Test cases extracted from http://agilekatas.co.uk/katas/FizzBuzz-Kata

Installation

composer install

Running the tests

You can run any file, method or scenario directly from your IDE. If you prefer to use the command line, you can run the following commands:

vendor/bin/phpunit tests/
vendor/bin/behat