mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-03 14:32:40 +00:00
18 lines
391 B
XML
18 lines
391 B
XML
|
<?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">
|
||
|
<file>TestConf.php</file>
|
||
|
</testsuite>
|
||
|
|
||
|
|
||
|
|
||
|
</phpunit>
|