FlorianWolters / PHP-CodeKata

Provides code kata implementations in the PHP programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions missing?

codecowboy opened this issue · comments

Hi the readme TOC contains links to installing / dev environment but the content is missing? Do you have some instructions anywhere?

Hi, I've cleaned up the ToC in commit e9ff98c. I don't have any instructions in this repository, just do the following:

git clone https://github.com/FlorianWolters/PHP-CodeKata.git
composer install
phpunit

You need PHP v5.4 and the dependency manager Composer to be able to execute the test files in the project. Additional dependencies are PHPUnit and Behat, but those are resolved with the second command above. Maybe I find some spare time in the future to update the repo together with the README.

Thank you for your question.