Skip to content

felixble/php-bowling-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Bowling-Kata

Implementation of Uncle Bob's bowling-kata in PHP. With mutation testing I found out that one test case is missing: Rolling a spare with different pins (e.g. 7 and 3).

Usage

Install dependencies:

composer install

Run tests:

composer run-script test

Run mutation tests

composer run-script mutation-test

About

Implementation of Uncle Bobs bowling-kata in PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages