2017-02-06 00:00:57 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit
|
2017-02-16 20:29:42 +00:00
|
|
|
colors="true"
|
|
|
|
bootstrap="../bootstrap.php"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
|
|
|
beStrictAboutTestSize="true"
|
|
|
|
stopOnError="true">
|
2017-02-06 00:00:57 +00:00
|
|
|
|
2017-03-28 22:50:00 +00:00
|
|
|
<testsuite name="Exceptions">
|
|
|
|
<file>Exception/TestException.php</file>
|
|
|
|
</testsuite>
|
|
|
|
|
|
|
|
<testsuite name="Localization">
|
2017-02-18 00:22:50 +00:00
|
|
|
<file>Lang/TestLang.php</file>
|
|
|
|
<file>Lang/TestLangComplex.php</file>
|
|
|
|
<file>Lang/TestLangErrors.php</file>
|
2017-02-09 21:39:13 +00:00
|
|
|
</testsuite>
|
2017-02-06 00:00:57 +00:00
|
|
|
|
2017-02-09 21:39:13 +00:00
|
|
|
<testsuite name="Configuration loading and saving">
|
2017-02-18 00:22:50 +00:00
|
|
|
<file>Conf/TestConf.php</file>
|
2017-02-09 21:39:13 +00:00
|
|
|
</testsuite>
|
2017-02-18 00:22:50 +00:00
|
|
|
|
|
|
|
<testsuite name="User management">
|
2017-03-03 01:47:00 +00:00
|
|
|
<file>User/TestUserMockInternal.php</file>
|
|
|
|
<file>User/TestUserMockExternal.php</file>
|
|
|
|
<file>User/TestUserInternalDriver.php</file>
|
2017-02-28 04:04:13 +00:00
|
|
|
<file>User/TestAuthorization.php</file>
|
2017-02-18 00:22:50 +00:00
|
|
|
</testsuite>
|
|
|
|
|
2017-03-02 00:00:14 +00:00
|
|
|
<testsuite name="SQLite3 database driver">
|
|
|
|
<file>Db/SQLite3/TestDbResultSQLite3.php</file>
|
2017-03-02 03:47:51 +00:00
|
|
|
<file>Db/SQLite3/TestDbStatementSQLite3.php</file>
|
2017-03-09 03:16:35 +00:00
|
|
|
<file>Db/SQLite3/TestDbDriverSQLite3.php</file>
|
2017-03-10 02:39:42 +00:00
|
|
|
<file>Db/SQLite3/TestDbUpdateSQLite3.php</file>
|
2017-03-02 00:00:14 +00:00
|
|
|
</testsuite>
|
|
|
|
|
2017-03-30 03:41:05 +00:00
|
|
|
<testsuite name="SQLite3 database functions">
|
2017-03-31 17:24:00 +00:00
|
|
|
<file>Db/SQLite3/Database/TestDatabaseUserSQLite3.php</file>
|
2017-03-28 03:19:05 +00:00
|
|
|
</testsuite>
|
|
|
|
|
2017-03-20 01:50:00 +00:00
|
|
|
<testsuite name="NextCloud News API">
|
|
|
|
<file>REST/NextCloudNews/TestNCNVersionDiscovery.php</file>
|
|
|
|
</testsuite>
|
|
|
|
|
2017-02-06 00:00:57 +00:00
|
|
|
</phpunit>
|