Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianbergmann/phpunit-kata-prime-factors
- Owner: sebastianbergmann
- Archived: true
- Created: 2014-03-13T10:07:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T17:23:55.000Z (over 9 years ago)
- Last Synced: 2024-09-21T10:03:48.033Z (2 months ago)
- Language: PHP
- Homepage: http://phpunit.de/
- Size: 992 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).