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: 2025-04-05 00:17:19 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"
  }
}