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

19 lines
423 B
XML
Raw Normal View History

2017-02-06 00:00:57 +00:00
<?xml version="1.0"?>
<phpunit
colors="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestSize="true">
<testsuite name="Base">
2017-02-08 21:53:02 +00:00
<file>TestLang.php</file>
2017-02-06 00:00:57 +00:00
<file>TestConf.php</file>
</testsuite>
</phpunit>