Files
miniapi/vendor/topthink/think-filesystem/phpunit.xml.dist
gaofeng 81ade70944 提交
2026-06-17 09:23:18 +08:00

18 lines
760 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd" backupGlobals="false"
beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="tests/bootstrap.php" colors="true"
processIsolation="false" stopOnError="false" stopOnFailure="false" cacheDirectory=".phpunit.cache"
backupStaticProperties="false">
<testsuites>
<testsuite name="ThinkPHP Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">./src/think</directory>
</include>
</source>
</phpunit>