定制 dracoblue/naith 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dracoblue/naith

最新稳定版本:1.1.1

Composer 安装命令:

composer require --dev dracoblue/naith

包简介

A simple php test runner, without the bloat of other frameworks.

关键字:

README 文档

README

  • Version: 1.1.1
  • Date: 2012/09/21
  • Build Status: Build Status, 100% Code Coverage

Naith is a small (~100 loc) php test runner and report generator (with code coverage) for the command line.

Usage

Executing /path/to/naith_folder/naith run in a directory, will execute all tests within tests/ folder and requires the file _before_test.php (if it's available).

If you want to to run your tests as soon as a file changes, just type /path/to/naith_folder/naith run-constant.

Writing a test

Just create a folder tests and create a file: my_test.php with the contents:

<?php
assert(2 == 2);
assert(3 == 2 + 1);

Now you can run your tests with:

$ naith run

Result is:

 Running Tests 
===============

  [OK] my_test.php

 Code Coverage (for each File)
===============================


Everything is tested. Awesome!

That's it.

Changelog

  • 1.1.1 (2012/09/21)
    • ignore vendor folder
  • 1.1.0 (2012/04/08)
    • junit.xml generation added
  • 1.0.0 (2012/03/25)
    • initial release

Todo

  • Cleanup the test code

License

This work is copyright by DracoBlue (http://dracoblue.net) and licensed under the terms of MIT License.

统计信息

  • 总下载量: 42.6k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-06-10