cubiche/tests

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

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

This package is auto-updated.

Last update: 2024-04-04 22:07:26 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