flrnull/acceptie

Acceptance tests php framework based on phpunit

dev-master 2018-03-05 09:51 UTC

This package is not auto-updated.

Last update: 2024-04-19 19:43:06 UTC


README

Acceptance tests php framework based on phpunit

Install

  1. Install phpunit
  2. Add to composer.json
{
  "minimum-stability": "dev",
  "require": {
    "flrnull/acceptie": "dev-master"
  }
}