2017-02-05 19:00:57 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit
|
2017-02-16 15:29:42 -05:00
|
|
|
colors="true"
|
2017-10-02 15:42:15 -04:00
|
|
|
bootstrap="bootstrap.php"
|
2017-07-07 21:06:38 -04:00
|
|
|
convertErrorsToExceptions="false"
|
|
|
|
convertNoticesToExceptions="false"
|
|
|
|
convertWarningsToExceptions="false"
|
2017-02-16 15:29:42 -05:00
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
|
|
|
stopOnError="true">
|
2017-02-05 19:00:57 -05:00
|
|
|
|
2017-07-20 18:36:03 -04:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">../lib</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
2017-03-31 15:27:59 -04:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Exceptions">
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Exception/TestException.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Localization">
|
2017-12-21 22:47:19 -05:00
|
|
|
<file>cases/Lang/TestBasic.php</file>
|
|
|
|
<file>cases/Lang/TestComplex.php</file>
|
|
|
|
<file>cases/Lang/TestErrors.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
2017-05-22 13:01:38 -04:00
|
|
|
<testsuite name="Configuration">
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Conf/TestConf.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
2017-09-28 10:16:24 -04:00
|
|
|
<testsuite name="Sundry">
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Misc/TestValueInfo.php</file>
|
2018-01-02 16:53:38 -05:00
|
|
|
<file>cases/Misc/TestDate.php</file>
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Misc/TestContext.php</file>
|
2017-09-28 10:16:24 -04:00
|
|
|
</testsuite>
|
2017-03-31 15:27:59 -04:00
|
|
|
<testsuite name="User management">
|
2017-12-21 22:47:19 -05:00
|
|
|
<file>cases/User/TestInternal.php</file>
|
2018-11-04 12:06:30 -05:00
|
|
|
<file>cases/User/TestUser.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
2017-06-02 19:16:36 -04:00
|
|
|
<testsuite name="Feed parser">
|
2017-12-21 22:47:19 -05:00
|
|
|
<file>cases/Feed/TestFetching.php</file>
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Feed/TestFeed.php</file>
|
2017-06-02 19:16:36 -04:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Database drivers">
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Db/TestTransaction.php</file>
|
|
|
|
<file>cases/Db/TestResultAggregate.php</file>
|
|
|
|
<file>cases/Db/TestResultEmpty.php</file>
|
2018-11-08 14:50:58 -05:00
|
|
|
|
2018-11-22 19:55:54 -05:00
|
|
|
<file>cases/Db/SQLite3/TestResult.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestStatement.php</file>
|
2017-12-21 22:47:19 -05:00
|
|
|
<file>cases/Db/SQLite3/TestCreation.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestDriver.php</file>
|
|
|
|
<file>cases/Db/SQLite3/TestUpdate.php</file>
|
2017-12-19 17:15:05 -05:00
|
|
|
|
2018-12-06 17:46:00 -05:00
|
|
|
<file>cases/Db/SQLite3PDO/TestResult.php</file>
|
2018-11-22 19:55:54 -05:00
|
|
|
<file>cases/Db/SQLite3PDO/TestStatement.php</file>
|
2017-12-22 11:45:24 -05:00
|
|
|
<file>cases/Db/SQLite3PDO/TestCreation.php</file>
|
|
|
|
<file>cases/Db/SQLite3PDO/TestDriver.php</file>
|
|
|
|
<file>cases/Db/SQLite3PDO/TestUpdate.php</file>
|
2018-11-16 21:20:54 -05:00
|
|
|
|
2018-12-06 17:46:00 -05:00
|
|
|
<file>cases/Db/PostgreSQL/TestResult.php</file>
|
2018-11-22 19:55:54 -05:00
|
|
|
<file>cases/Db/PostgreSQL/TestStatement.php</file>
|
2018-11-22 13:30:13 -05:00
|
|
|
<file>cases/Db/PostgreSQL/TestCreation.php</file>
|
2018-11-27 17:16:00 -05:00
|
|
|
<file>cases/Db/PostgreSQL/TestDriver.php</file>
|
2018-11-28 10:46:23 -05:00
|
|
|
<file>cases/Db/PostgreSQL/TestUpdate.php</file>
|
2018-12-12 12:42:40 -05:00
|
|
|
|
|
|
|
<file>cases/Db/PostgreSQLPDO/TestResult.php</file>
|
|
|
|
<file>cases/Db/PostgreSQLPDO/TestStatement.php</file>
|
|
|
|
<file>cases/Db/PostgreSQLPDO/TestCreation.php</file>
|
|
|
|
<file>cases/Db/PostgreSQLPDO/TestDriver.php</file>
|
|
|
|
<file>cases/Db/PostgreSQLPDO/TestUpdate.php</file>
|
2018-12-20 18:06:28 -05:00
|
|
|
|
2019-01-13 23:17:19 -05:00
|
|
|
<file>cases/Db/MySQL/TestResult.php</file>
|
|
|
|
<file>cases/Db/MySQL/TestStatement.php</file>
|
|
|
|
<file>cases/Db/MySQL/TestCreation.php</file>
|
|
|
|
<file>cases/Db/MySQL/TestDriver.php</file>
|
|
|
|
<file>cases/Db/MySQL/TestUpdate.php</file>
|
|
|
|
|
2018-12-20 18:06:28 -05:00
|
|
|
<file>cases/Db/MySQLPDO/TestResult.php</file>
|
|
|
|
<file>cases/Db/MySQLPDO/TestStatement.php</file>
|
|
|
|
<file>cases/Db/MySQLPDO/TestCreation.php</file>
|
|
|
|
<file>cases/Db/MySQLPDO/TestDriver.php</file>
|
|
|
|
<file>cases/Db/MySQLPDO/TestUpdate.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
2017-06-02 19:16:36 -04:00
|
|
|
<testsuite name="Database functions">
|
2018-11-23 09:29:06 -05:00
|
|
|
<file>cases/Db/SQLite3/TestDatabase.php</file>
|
|
|
|
<file>cases/Db/SQLite3PDO/TestDatabase.php</file>
|
2018-12-05 12:07:45 -05:00
|
|
|
<file>cases/Db/PostgreSQL/TestDatabase.php</file>
|
2018-12-12 12:42:40 -05:00
|
|
|
<file>cases/Db/PostgreSQLPDO/TestDatabase.php</file>
|
2019-01-13 23:17:19 -05:00
|
|
|
<file>cases/Db/MySQL/TestDatabase.php</file>
|
2018-12-21 10:14:26 -05:00
|
|
|
<file>cases/Db/MySQLPDO/TestDatabase.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
2018-01-04 14:06:45 -05:00
|
|
|
<testsuite name="REST">
|
|
|
|
<file>cases/REST/TestTarget.php</file>
|
2018-01-06 12:02:45 -05:00
|
|
|
<file>cases/REST/TestREST.php</file>
|
2018-01-04 14:06:45 -05:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="NCNv1">
|
|
|
|
<file>cases/REST/NextCloudNews/TestVersions.php</file>
|
|
|
|
<file>cases/REST/NextCloudNews/TestV1_2.php</file>
|
2017-12-31 17:24:40 -05:00
|
|
|
<file>cases/REST/NextCloudNews/PDO/TestV1_2.php</file>
|
2018-01-04 14:06:45 -05:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="TTRSS">
|
2019-02-28 15:31:33 -05:00
|
|
|
<file>cases/REST/TinyTinyRSS/TestSearch.php</file>
|
2018-01-04 14:06:45 -05:00
|
|
|
<file>cases/REST/TinyTinyRSS/TestAPI.php</file>
|
|
|
|
<file>cases/REST/TinyTinyRSS/TestIcon.php</file>
|
2018-01-12 09:41:13 -05:00
|
|
|
<file>cases/REST/TinyTinyRSS/PDO/TestAPI.php</file>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuite>
|
2018-11-06 12:32:28 -05:00
|
|
|
<testsuite name="Admin tools">
|
2017-12-07 15:46:49 -05:00
|
|
|
<file>cases/Service/TestService.php</file>
|
2018-11-06 12:32:28 -05:00
|
|
|
<file>cases/CLI/TestCLI.php</file>
|
2017-07-19 18:07:36 -04:00
|
|
|
</testsuite>
|
2017-03-31 15:27:59 -04:00
|
|
|
</testsuites>
|
2018-11-06 12:32:28 -05:00
|
|
|
</phpunit>
|