Skip to content

cubiche/tests

Repository files navigation

Cubiche\Tests

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published