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