2017-02-06 00:00:57 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit
|
2017-02-09 21:39:13 +00:00
|
|
|
colors="true"
|
2017-02-15 03:34:08 +00:00
|
|
|
bootstrap="../bootstrap.php"
|
2017-02-09 21:39:13 +00:00
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
2017-02-11 17:11:14 +00:00
|
|
|
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">
|
|
|
|
<file>TestLang.php</file>
|
|
|
|
<file>TestLangComplex.php</file>
|
2017-02-10 04:05:13 +00:00
|
|
|
<file>TestException.php</file>
|
2017-02-11 17:11:14 +00:00
|
|
|
<file>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">
|
|
|
|
<file>TestConf.php</file>
|
|
|
|
</testsuite>
|
2017-02-06 00:00:57 +00:00
|
|
|
</phpunit>
|