1 Star 0 Fork 0

Wang Ningkai / msgraph-sdk-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
Caitlin Bales (MSFT) 提交于 2016-12-15 10:30 . Initial commit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Microsoft Graph SDK Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
<exclude><directory suffix=".php">src/Model</directory></exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="coverage/report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80"/>
</logging>
</phpunit>
1
https://gitee.com/wangningkai/msgraph-sdk-php.git
git@gitee.com:wangningkai/msgraph-sdk-php.git
wangningkai
msgraph-sdk-php
msgraph-sdk-php
master

搜索帮助