dolibarr/htdocs/includes/mobiledetect/mobiledetectlib/tests/phpunit.xml

28 lines
643 B
XML
Raw Normal View History

2015-08-06 16:43:30 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
colors="false"
2015-12-07 13:53:59 +01:00
verbose="true"
stopOnFailure="true"
stopOnIncomplete="false"
2015-08-06 16:43:30 +02:00
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
2015-12-07 13:53:59 +01:00
mapTestClassNameToCoveredClassName="true">
2015-08-06 16:43:30 +02:00
<php>
<ini name="error_reporting" value="-1"/>
<ini name="memory_limit" value="1G"/>
</php>
<testsuite name="All Mobile Detect tests">
2015-12-07 13:53:59 +01:00
<directory suffix="Test.php">./</directory>
2015-08-06 16:43:30 +02:00
</testsuite>
2015-12-07 13:53:59 +01:00
<listeners>
<listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" />
</listeners>
2015-08-06 16:43:30 +02:00
</phpunit>