mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
23 lines
No EOL
606 B
XML
23 lines
No EOL
606 B
XML
<?xml version="1.0"?>
|
|
<phpunit
|
|
colors="true"
|
|
bootstrap="bootstrap.php"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
beStrictAboutOutputDuringTests="true"
|
|
beStrictAboutTestSize="true"
|
|
stopOnError="true">
|
|
|
|
<testsuite name="Localization and exceptions">
|
|
<file>TestLang.php</file>
|
|
<file>TestLangComplex.php</file>
|
|
<file>TestException.php</file>
|
|
<file>TestLangErrors.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Configuration loading and saving">
|
|
<file>TestConf.php</file>
|
|
</testsuite>
|
|
</phpunit> |