15 lines
358 B
XML
15 lines
358 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<phpunit
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
colors="true"
|
||
|
|
bootstrap="test/bootstrap.php"
|
||
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
|
||
|
|
cacheDirectory=".phpunit.cache"
|
||
|
|
>
|
||
|
|
<testsuites>
|
||
|
|
<testsuite name="deploy">
|
||
|
|
<directory>test</directory>
|
||
|
|
</testsuite>
|
||
|
|
</testsuites>
|
||
|
|
</phpunit>
|