server/tests/phpunit.xml

8 lines
198 B
XML
Raw Normal View History

2012-10-03 19:06:01 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php">
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>
2012-10-08 12:26:51 +00:00
<file>apps.php</file>
2012-10-03 19:06:01 +00:00
</testsuite>
</phpunit>