flrnull/acceptie

Acceptance tests php framework based on phpunit

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/flrnull/acceptie

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

This package is not auto-updated.

Last update: 2025-10-18 03:45:30 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"
  }
}