Files
Smarty-Extended/phpunit.xml

15 lines
358 B
XML
Raw Permalink Normal View History

<?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>