mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 00:15:06 +08:00
21 lines
563 B
XML
21 lines
563 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
bootstrap="./tests/bootstrap.php"
|
|
colors="true"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
|
|
cacheDirectory=".phpunit.cache"
|
|
>
|
|
<coverage/>
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<source>
|
|
<include>
|
|
<directory>./app</directory>
|
|
</include>
|
|
</source>
|
|
</phpunit>
|