1 Star 0 Fork 0

Ragus/libphonenumber-for-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 1019 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joshua Gigg 提交于 2016-12-07 13:22 . Convert to PSR-4
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
colors="true">
<testsuites>
<testsuite>
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
<exclude>
<!-- Exclude data directories, and files -->
<directory suffix=".php">./src/data/</directory>
<directory suffix=".php">./src/carrier/data/</directory>
<directory suffix=".php">./src/geocoding/data/</directory>
<directory suffix=".php">./src/timezone/data/</directory>
<file>./src/AlternateFormatsCountryCodeSet.php</file>
<file>./src/CountryCodeToRegionCodeMap.php</file>
<file>./src/CountryCodeToRegionCodeMapForTesting.php</file>
<file>./src/RegionCode.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ragus/libphonenumber-for-php.git
git@gitee.com:ragus/libphonenumber-for-php.git
ragus
libphonenumber-for-php
libphonenumber-for-php
master

搜索帮助