39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
bootstrap="../../bootstrap.php"
|
|
cacheTokens="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
stopOnError="false"
|
|
stopOnFailure="false"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false"
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
verbose="true">
|
|
<testsuites>
|
|
<testsuite name="semantic-mediawiki-benchmark">
|
|
<directory>../../phpunit/Benchmark</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<groups>
|
|
<exclude>
|
|
<group>semantic-mediawiki-benchmark</group>
|
|
</exclude>
|
|
</groups>
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src</directory>
|
|
<directory suffix=".php">includes</directory>
|
|
<directory suffix=".php">maintenance</directory>
|
|
</whitelist>
|
|
</filter>
|
|
<php>
|
|
<var name="smwgEnabledFulltextSearch" value="false"/>
|
|
<var name="benchmarkPageCopyCount" value="200"/>
|
|
<var name="benchmarkPageEditRepetitionCount" value="2"/>
|
|
</php>
|
|
</phpunit>
|