cubiche/tests

Small component that provides tools to create and run tests for Cubiche components.

Maintainers

Package info

github.com/cubiche/tests

pkg:composer/cubiche/tests

Statistics

Installs: 1 868

Dependents: 43

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-09-04 12:25 UTC

This package is auto-updated.

Last update: 2026-03-05 02:14:02 UTC


README

This library provides tools to create and run tests for Cubiche components.

In each component, a Tests/ directory contains test suites. So far, only unit tests are supported. They are written with atoum.

Installation

With Composer, to include this library into your dependencies, you need to require cubiche/tests:

{
    "require": {
        "cubiche/tests": "dev-master"
    }
}

##Authors