Skip to content

agile-asturias/kata-bootstrap-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%