nextcloud/tests/phpunit.xml

8 lines
198 B
XML
Raw Normal View History

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