blob: 4a2d68a3e479ab2d8327e8e021473a8a99eb083c (
plain)
1
2
3
4
5
6
7
|
<?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>
|