mradcliffe / orderedjobs

Ordered Jobs kata for ColumbusPHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ordered Job Kata

Build Status

This is a class to complete the Ordered Jobs Kata as part of the ColumbusPHP Meetup.

The challenge is to take a "job structure", which is a multi-line string of "jobs", and output the jobs in dependency order.

Installation

composer install

Run

./vendor/bin/phpunit

About

Ordered Jobs kata for ColumbusPHP


Languages

Language:PHP 100.0%