PHPackages                             docteurklein/funk-spec - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. docteurklein/funk-spec

ActiveLibrary[Testing &amp; Quality](/categories/testing)

docteurklein/funk-spec
======================

a test runner

0.1.3(8y ago)1129.7k1[1 issues](https://github.com/funk-spec/funk-spec/issues)2MITPHPPHP &gt;=5.4

Since Feb 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/funk-spec/funk-spec)[ Packagist](https://packagist.org/packages/docteurklein/funk-spec)[ RSS](/packages/docteurklein-funk-spec/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (6)Used By (2)

Funk-Spec
=========

[](#funk-spec)

What ?
------

[](#what-)

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

Why ?
-----

[](#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 ?
-----

[](#how-)

```
composer require docteurklein/funk-spec --dev
```

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

```
