cubiche/tests

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

Maintainers

Details

github.com/cubiche/tests

Source

Issues

Installs: 1 868

Dependents: 43

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/cubiche/tests

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

This package is auto-updated.

Last update: 2025-10-05 01:20:23 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