8 lines
198 B
XML
8 lines
198 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<phpunit bootstrap="bootstrap.php">
|
||
|
<testsuite name='ownCloud'>
|
||
|
<directory suffix='.php'>lib/</directory>
|
||
|
<file>apps.php</file>
|
||
|
</testsuite>
|
||
|
</phpunit>
|