Skip to content

A Behat/TestWork functional/integration/system test runner, using phpspec-like examples

Notifications You must be signed in to change notification settings

arnolanglade/funk-spec

 
 

Repository files navigation

Funk-Spec

What ?

A functional/system/integration test framework based on Behat/Testwork.

Why ?

User acceptance tests shouldn't include technical details,
but it doesn't mean some technical parts of the app shouldn't be independantly tested.

Moreover, some intermediate modules could be tested, standing between unit and system testing.

How ?

vim funk/Feature/That/DoesStuff/ProfitsTo/Customer.php
vendor/bin/funk funk
<?php

namespace funk\Feature\That\DoesStuff\ProfitsTo;

use Funk\Spec;

class Customer implements Spec
{
    function it_simplifies_customers_life()
    {
        // pic or it didn't happen!
    }
}

img

About

A Behat/TestWork functional/integration/system test runner, using phpspec-like examples

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%