mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 20:24:49 +02:00
11 lines
316 B
XML
11 lines
316 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<phpunit bootstrap="bootstrap.php">
|
|
<testsuite name='SearchDAV'>
|
|
<directory suffix='Test.php'>./</directory>
|
|
</testsuite>
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">../src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|