neotel-apply/phpunit.xml

16 lines
374 B
XML
Raw Permalink Normal View History

2021-08-23 10:34:10 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="true" backupStaticAttributes="true" bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Main test suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">./lib</directory>
</include>
</coverage>
</phpunit>