1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-18 17:10:33 +00:00
Arsse/tests/phpunit.xml

30 lines
848 B
XML
Raw Normal View History

2017-02-05 19:00:57 -05:00
<?xml version="1.0"?>
<phpunit
2017-02-16 14:29:42 -06:00
colors="true"
bootstrap="../bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
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>Lang/TestLang.php</file>
<file>Lang/TestLangComplex.php</file>
<file>Lang/TestException.php</file>
<file>Lang/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>Conf/TestConf.php</file>
2017-02-09 16:39:13 -05:00
</testsuite>
<testsuite name="User management">
<file>User/TestUser.php</file>
<file>User/TestUserExternal.php</file>
2017-02-27 23:04:13 -05:00
<file>User/TestAuthorization.php</file>
</testsuite>
2017-02-05 19:00:57 -05:00
</phpunit>