Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianbergmann/phpunit-kata-prime-factors

This is a port of Robert C. Martin's Prime Factors kata to PHP and with unit tests written using PHPUnit
https://github.com/sebastianbergmann/phpunit-kata-prime-factors

Last synced: about 2 months ago
JSON representation

This is a port of Robert C. Martin's Prime Factors kata to PHP and with unit tests written using PHPUnit

Awesome Lists containing this project

README

        

# The "Prime Factors" Kata in PHP and with PHPUnit

This is a port of Robert C. Martin's [Prime Factors](http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata) [kata](http://en.wikipedia.org/wiki/Kata_%28programming%29) to PHP and with unit tests written using [PHPUnit](http://phpunit.de/).