mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 06:55:03 +00:00
574388665a
- Skeleton of mock internal driver - Skeleton of test suite - Re-arranged lots of code - Made drive name localized (improves #37)
28 lines
No EOL
761 B
XML
28 lines
No EOL
761 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>Lang/TestLang.php</file>
|
|
<file>Lang/TestLangComplex.php</file>
|
|
<file>Lang/TestException.php</file>
|
|
<file>Lang/TestLangErrors.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Configuration loading and saving">
|
|
<file>Conf/TestConf.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="User management">
|
|
<file>User/TestUser.php</file>
|
|
</testsuite>
|
|
|
|
</phpunit> |