Skip to content

dreanmer/fizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Test Coverage

Business Class FizzBuzz Test

This is the common Fizz Buzz test, but made with S.O.L.I.D principles.

Setup

  • run composer install
  • point your server to public/index.php

Tests

composer test

Bonus

As an company challenged me to do this test with only one if, with no else or decision branchs, i made this two scripts:

  • FizzBuzz single if (regex) solution -> gist
  • FizzBuzz no if (range) solution -> gist

Releases

No releases published

Packages

No packages published

Languages