Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.13 KB

Logo

FizzBuzz TDD Kata #zeroToMasters


Hey there!

welcome to this repo! Hope you are liking the videos. So follow the intructions below and get you running! WOHOO

Clone this repo to your local

git clone https://github.com/zeroToMasters/FizzBuzz

Install composer dependencies

composer install

If you don't have composer installed, check here: Composer download page

Run the tests

So now you can run the tests with the following command. (There is no tests so you will get a warning)

vendor/bin/phpunit

Crak on rocking TDD

Create the source file on src/FizzBuzz.php and all yours, you can start your TDD.

More

You can find the whole tdd course on here: https://www.youtube.com/playlist?list=PL0m0TPnF-iCFpTl2qaP0FIn5zhVtOL8El

You can also stay up to date with the latests news from zeroToMasters following the twitter account on: https://twitter.com/zerotomasters