paulfitz/daff-php
Composer 安装命令:
composer require paulfitz/daff-php
包简介
align and compare tables
README 文档
README
This contains the haxe-generated php code for daff.
Tests
Tests require the use of PHPUnit which can be installed via composer. To install PHPUnit to run the tests use the following command.
composer update --dev
Tests are located in the ./test directory, to run all tests simply use the following command
vendor/phpunit/phpunit/phpunit --bootstrap test/bootstrap.php test
Similarly you can run a single test using the following command. (eg: running the SomeFileTest.php test case)
vendor/phpunit/phpunit/phpunit --bootstrap test/bootstrap.php test/SomeFileTest
统计信息
- 总下载量: 20.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-03