1 Star 0 Fork 0

张旋璇 / glpi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.atoum.php 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
Johan Cwiklinski 提交于 2017-05-29 10:53 . Replace phpunit with atoum
<?php
$tests_dir = __DIR__ . '/tests/';
$coverage_dir = $tests_dir . 'code-coverage/';
if (!file_exists($coverage_dir)) {
mkdir($coverage_dir);
}
$coverageField = new atoum\report\fields\runner\coverage\html(
'GLPI',
$coverage_dir
);
$coverageField->setRootUrl('file://' . realpath($coverage_dir));
$script
->addDefaultReport()
->addField($coverageField);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linnasi/glpi.git
git@gitee.com:linnasi/glpi.git
linnasi
glpi
glpi
master

搜索帮助