2017-02-06 00:00:57 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit
|
2017-02-16 20:29:42 +00:00
|
|
|
colors="true"
|
2017-10-02 19:42:15 +00:00
|
|
|
bootstrap="bootstrap.php"
|
2017-07-08 01:06:38 +00:00
|
|
|
convertErrorsToExceptions="false"
|
|
|
|
convertNoticesToExceptions="false"
|
|
|
|
convertWarningsToExceptions="false"
|
2017-02-16 20:29:42 +00:00
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
|
|
|
beStrictAboutTestSize="true"
|
|
|
|
stopOnError="true">
|
2017-02-06 00:00:57 +00:00
|
|
|
|
2017-07-20 22:36:03 +00:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">../lib</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
2017-03-31 19:27:59 +00:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Exceptions">
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Exception/TestException.php</file>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Localization">
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/Lang/TestBasic.php</file>
|
|
|
|
<file>cases/Lang/TestComplex.php</file>
|
|
|
|
<file>cases/Lang/TestErrors.php</file>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
2017-05-22 17:01:38 +00:00
|
|
|
<testsuite name="Configuration">
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Conf/TestConf.php</file>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
2017-09-28 14:16:24 +00:00
|
|
|
<testsuite name="Sundry">
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Misc/TestValueInfo.php</file>
|
2018-01-02 21:53:38 +00:00
|
|
|
<file>cases/Misc/TestDate.php</file>
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Misc/TestContext.php</file>
|
2017-09-28 14:16:24 +00:00
|
|
|
</testsuite>
|
2017-03-31 19:27:59 +00:00
|
|
|
<testsuite name="User management">
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/User/TestMockInternal.php</file>
|
|
|
|
<file>cases/User/TestMockExternal.php</file>
|
|
|
|
<file>cases/User/TestInternal.php</file>
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/User/TestAuthorization.php</file>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
2017-06-02 23:16:36 +00:00
|
|
|
<testsuite name="Feed parser">
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/Feed/TestFetching.php</file>
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Feed/TestFeed.php</file>
|
2017-06-02 23:16:36 +00:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Database drivers">
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Db/TestTransaction.php</file>
|
|
|
|
<file>cases/Db/TestResultAggregate.php</file>
|
|
|
|
<file>cases/Db/TestResultEmpty.php</file>
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/Db/SQLite3/TestResult.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestStatement.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestCreation.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestDriver.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestUpdate.php</file>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
2017-06-02 23:16:36 +00:00
|
|
|
<testsuite name="Database functions">
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/Db/SQLite3/Database/TestMiscellany.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestMeta.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestUser.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestSession.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestFolder.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestFeed.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestSubscription.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestArticle.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestLabel.php</file>
|
|
|
|
<file>cases/Db/SQLite3/Database/TestCleanup.php</file>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
2017-09-25 14:08:37 +00:00
|
|
|
<testsuite name="Controllers">
|
2017-11-23 01:18:16 +00:00
|
|
|
<testsuite name="NCNv1">
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/REST/NextCloudNews/TestVersions.php</file>
|
|
|
|
<file>cases/REST/NextCloudNews/TestV1_2.php</file>
|
2017-11-23 01:18:16 +00:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="TTRSS">
|
2017-12-22 03:47:19 +00:00
|
|
|
<file>cases/REST/TinyTinyRSS/TestAPI.php</file>
|
|
|
|
<file>cases/REST/TinyTinyRSS/TestIcon.php</file>
|
2017-11-23 01:18:16 +00:00
|
|
|
</testsuite>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuite>
|
2017-07-19 22:07:36 +00:00
|
|
|
<testsuite name="Refresh service">
|
2017-12-07 20:46:49 +00:00
|
|
|
<file>cases/Service/TestService.php</file>
|
2017-07-19 22:07:36 +00:00
|
|
|
</testsuite>
|
2017-03-31 19:27:59 +00:00
|
|
|
</testsuites>
|
2017-02-06 00:00:57 +00:00
|
|
|
</phpunit>
|