Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 571 Bytes

Bootstrap for PHP Katas

Bootstrap code for start any kata in PHP.

Based on the fantastic work by Luis Rovirosa - Katas PHP

Installation

  • Download the code using GIT or with zip link.
  • Install composer
    • Locally:
      • curl -sS https://getcomposer.org/installer | php
  • Install the dependencies
    • php composer.phar install
  • Execute the tests
    • ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests

You also can use your favourite IDE to edit source and run these tests.