mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 07:15:05 +08:00
21 lines
579 B
XML
21 lines
579 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"
|
|
stopOnFailure="true"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
|
|
cacheDirectory=".phpunit.cache"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Testsuite">
|
|
<directory>./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<source>
|
|
<include>
|
|
<directory>./src</directory>
|
|
</include>
|
|
</source>
|
|
</phpunit>
|