1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/tests/phpunit.xml

20 lines
521 B
XML
Raw Normal View History

2017-02-06 00:00:57 +00:00
<?xml version="1.0"?>
<phpunit
2017-02-09 21:39:13 +00:00
colors="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestSize="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>
</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>