上一页下一页/phing-phpunit

此包已被废弃且不再维护。未建议替代包。

PHPUnit 库针对 Phing 开发。

0.0.1 2014-11-06 21:20 UTC

This package is not auto-updated.

Last update: 2021-02-01 15:11:50 UTC


README

概览

PHPUnit 库针对 Phing 开发。

安装

可以使用 Composer 检出此项目。

require: "previousnext/phing-phpunit": "*"

如果您已经在现有项目中运行了 Phing 构建,为什么不将以下行添加到您的 build.xml 中,以包含这些任务呢

<import file="vendor/previousnext/phing-phpunit/build.xml" optional="true" />

使用方法

获取任务列表。

phing -l