Пример #1
0
 function testThirtyShouldBeFizzBuzz()
 {
     $fb = new FizzBuzz();
     $this->assertEquals("FizzBuzz", $fb->tell('30'));
 }