dreanmer / fizzBuzz

Business class Fizz Buzz test (PHP + SOLID)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Business class Fizz Buzz test (PHP + SOLID)


Languages

Language:PHP 100.0%