jaimelopez/testuals
Composer 安装命令:
composer require --dev jaimelopez/testuals
包简介
Simple PHP unit tests framework
README 文档
README
Simple PHP unit tests framework
Testuals is an unit test framework designed to simplify your life allowing you to define some stupid tests in a simple, understandable and more textual way.
It was made as a PoC in a single HackDay so there would have a lot of functionalities to implement and some changes to do.
Installation
You can install Testuals with Composer:
$> composer require jaimelopez/testuals
If you don't have a composer installed globally then you can get Testuals doing:
$> curl -sS https://getcomposer.org/installer | php $> php composer.phar require jaimelopez/testuals
After that you'll be able to run Testuals via:
$> vendor/bin/testuals
Examples
There are a example project using Testuals: https://github.com/jaimelopez/testuals-example
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-19