3 Star 2 Fork 0

Gitee 极速下载/deployer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/deployphp/deployer
克隆/下载
phpunit.xml 935 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anton Medvedev 提交于 2022-03-13 17:08 . Separate legacy and joy tests
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" verbose="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage includeUncoveredFiles="true">
<include>
<directory>src/</directory>
<directory>recipe/</directory>
</include>
<exclude>
<directory suffix=".php">vendor/</directory>
<directory>bin/</directory>
</exclude>
</coverage>
<testsuites>
<testsuite name="Src">
<directory>tests/src/</directory>
</testsuite>
<testsuite name="Legacy">
<directory>tests/legacy/</directory>
</testsuite>
<testsuite name="Joy">
<directory>tests/joy/</directory>
</testsuite>
</testsuites>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/deployer.git
git@gitee.com:mirrors/deployer.git
mirrors
deployer
deployer
master

搜索帮助