Skip to content

yvoyer/php-kata

Repository files navigation

php-kata

WARNING THIS VERSION IS NO MORE SUPPORTED

Application was migrated to the organization phpkata

Build Status

Installation

To install the application:

  • clone the project git clone https://github.com/yvoyer/php-kata.git
  • Go at the root of the install folder
  • Run php composer.phar install

Running unit tests: phpunit Running integration tests: bin/behat

Commands

Starting a kata: php phpkata.php start {kata-name} Evaluate the kata: php phpkata.php continue Listing katas: php phpkata.php list (Not available yet) Reset environment: php phpkata.php reset (Not available yet)

See expected features

How to collaborate

  • Assign yourself a task
  • Create a branch from the master branch named feature/{task-number} ie. feature/123
  • Develop the feature
  • Commit and push with a commit message following the standard
  • Create a pull request with master as the destination.

Commit format

Commit messages should follow this format

Fix #{task-number} - Short description about feature

* Add more information about feature
* Add some more information about feature

Example

Fix #123 - Add registration of user

* Add more information about feature
* Add some more information about feature

About

Command line tool to do php katas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published