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-02-09 21:39:13 +00:00
|
|
|
<testsuite name="Localization and exceptions">
|
2017-02-18 00:22:50 +00:00
|
|
|
<file>Lang/TestLang.php</file>
|
|
|
|
<file>Lang/TestLangComplex.php</file>
|
|
|
|
<file>Lang/TestException.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">
|
|
|
|
<file>User/TestUser.php</file>
|
|
|
|
</testsuite>
|
|
|
|
|
2017-02-06 00:00:57 +00:00
|
|
|
</phpunit>
|