2017-02-05 19:00:57 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit
|
2017-02-09 16:39:13 -05:00
|
|
|
colors="true"
|
|
|
|
bootstrap="bootstrap.php"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
2017-02-11 12:11:14 -05:00
|
|
|
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">
|
|
|
|
<file>TestLang.php</file>
|
|
|
|
<file>TestLangComplex.php</file>
|
2017-02-09 23:05:13 -05:00
|
|
|
<file>TestException.php</file>
|
2017-02-11 12:11:14 -05:00
|
|
|
<file>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">
|
|
|
|
<file>TestConf.php</file>
|
|
|
|
</testsuite>
|
2017-02-05 19:00:57 -05:00
|
|
|
</phpunit>
|