cubiche / tests
Small component that provides tools to create and run tests for Cubiche components.
Installs: 1 833
Dependents: 43
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.0|^7.2.9
- atoum/atoum: ~3.3
- atoum/stubs: ~2.6
- atoum/visibility-extension: ~1.3
- fzaninotto/faker: ^1.8
This package is auto-updated.
Last update: 2024-11-04 23:19:49 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