1 Star 0 Fork 41

十年大叔叔/think-orm

forked from ThinkPHP/think-orm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
zxin 提交于 2021-01-23 15:09 . 添加首个单元测试与github-actions
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="tests/bootstrap.php" colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
verbose="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="ThinkPHP Test Suite">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<php>
<env name="TESTS_DB_MYSQL_HOSTNAME" value="127.0.0.1"/>
<env name="TESTS_DB_MYSQL_DATABASE" value="testing"/>
<env name="TESTS_DB_MYSQL_USERNAME" value="root"/>
<env name="TESTS_DB_MYSQL_PASSWORD" value="password"/>
</php>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/gao-jue/think-orm.git
git@gitee.com:gao-jue/think-orm.git
gao-jue
think-orm
think-orm
2.0

搜索帮助