flrnull/acceptie

Acceptance tests php framework based on phpunit

Maintainers

Package info

github.com/flrnull/acceptie

pkg:composer/flrnull/acceptie

Statistics

Installs: 33

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-07 05:42:54 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"
  }
}